Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.24 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.24 KB

CycleGAN Face-off

This is a modified version of CycleGAN for the paper "CycleGAN Face-off" by Xiaohan Jin, Ye Qi and Shangxuan Wu.

Paper. Note that this is not the repo for the video in here.

This repo contains the code which adds:

  1. SSIM loss. Usage: adding --with_ssim in your training script.
  2. Better testing script for generating a whole video. Usage: python generate_fake_sequence.py
  3. Training scripts for some of the experiments like Shangxuan <-> Russ etc.
  4. For weighted loss of facial mask, please use this repo.
  5. For double_d setting, please use this_repo.
  6. Adding make_video folder for making a comparison video (such as make_video/jin/output_with_sould.mkv). Usage: python jin.py. The result video is here.
  7. Adding draw_plot folder for analysing plots for the log files. Usage: python draw_plot.py. The result plot is here.