Tensorflow implementation of Learning to Discover Cross-Domain Relations with Generative Adversarial Networks
- Tensorflow 1.0.1
- Python 3.5.2
- Pillow
- wget
git clone https://github.com/GunhoChoi/DiscoGAN_TF.git
cd DiscoGAN_TF
python3 down_resize_crop.py
python3 DiscoGAN.py
under training..
In order to get better results, the generator needs to be smarter than discriminator. Also, greater latent size of generator is required in order to get better generated images.
- Official PyTorch implementation (https://github.com/SKTBrain/DiscoGAN)
- Carpedm20's PyTorch implementation (https://github.com/carpedm20/DiscoGAN-pytorch)