Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 941 Bytes

Resources

  • Implementation of FUnIE-GAN (paired and unpaired)
  • Simplified implementations of UGAN and its variants (original repo)
  • Implementation: TensorFlow >= 1.11.0 and Keras >= 2.2 (Python 2.7)

Usage

  • Download the data, setup data-paths in the training scripts
  • A few saved models are provided in models/
  • Use the test scripts for evaluation
  • Evaluation data is provided here (on eval_data folder) for convenience

Acknowledgements