A Mini Implementation Of CycleGAN
Prerequisites
- Linux or OSX
- Python 3.6+
- Gluoncv
- Mxnet
Download Dataset
cd ./datasets/
python extract_data.py
Run The Model
python Cyclegan.py --num_epoch 50 --lr 0.00001
Visualize The Data
Prerequisites
Download Dataset
cd ./datasets/
python extract_data.py
Run The Model
python Cyclegan.py --num_epoch 50 --lr 0.00001
Visualize The Data