- Notifications
You must be signed in to change notification settings - Fork159
Reimplementation of CycleGAN
License
NotificationsYou must be signed in to change notification settings
LynnHo/CycleGAN-Tensorflow-2
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Recommendation
- Our GAN based work for facial attribute editing -https://github.com/LynnHo/AttGAN-Tensorflow.
New
2018.04.13: We modify the codes: use the newest tensorflow 1.7 API, and remove the redundancies.
2017.12.22: We add a simple PyTorch implementation, see the "pytorch" folder.
Tensorflow implementation of CycleGAN.
Paper:Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial NetworksAuthor:Jun-Yan Zhuet al.
- gif: horse -> zebra

- row 1: horse -> zebra -> reconstructed horse, row 2: zebra -> horse -> reconstructed zebra

- row 1: apple -> orange -> reconstructed apple, row 2: orange -> apple -> reconstructed orange

- tensorflow r1.7
- python 2.7
cd CycleGAN-Tensorflow-PyTorch-master- Download the horse2zebra dataset:
sh ./download_dataset.sh horse2zebra
- Download the apple2orange dataset:
sh ./download_dataset.sh apple2orange
- See download_dataset.sh for more datasets
CUDA_VISIBLE_DEVICES=0 python train.py --dataset=horse2zebra
CUDA_VISIBLE_DEVICES=0 python test.py --dataset=horse2zebra
About
Reimplementation of CycleGAN
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.