This repository provides a optimized tensorflow implementation of StarGAN.
StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation
IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018 (Oral)
git clone https://github.com/HeroKillerEver/StarGAN-tensorflow.git
cd StarGAN-tensorflow
To download the CelebA dataset:
$ bash download.sh celeba
python util.py
python main.py
you may also type
python main.py --help
to see all of the input arguments
Haibin Yu @HeroKillerEver