Skip to content

ZhangGongjie/CycleGAN-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CycleGAN-Pytorch

Minimum Implementation of CycleGAN in PyTorch

Method: CycleGAN (https://arxiv.org/abs/1703.10593)

This repo is an assignment for the course CE7454 Deep Learning for Data Science at NTU Singapore. It generates wintery scenes of Singapore and NTU campus via CycleGAN.

Original Implementation of CycleGAN by Jun-Yan Zhu can be found at https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix. Codes are well written but are complicated for beginners. This is a simplified version of CycleGAN.

Some examples: pic1 pic2 pic3 pic4 pic5 pic6 pic7 pic8 pic9 pic10 pic11 pic12 pic13 pic14

To train on your own dataset or modifify settings, Simply change 'Training Configs' and 'Inference Configs' blocks in the .ipynb file!

About

Minimum Implementation of CycleGAN in PyTorch -- Generating Wintery Scenery in Singapore!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published