Tensorflow implementation of Learning Residual Images for Face Attribute Manipulation
- Python 3.6
- Tensorflow 1.6
The images are generated by ResidualGAN trained on the CelebA dataset.
$ git clone https://github.com/ioanachelu/ResidualGAN.git
$ cd ResidualGAN/
.data
celebA
list_attr_celebs.txt
$ python train.py --train=True --logdir=./logdir --config=default --dataset_path=../data
$ python train.py --train=True --resume=True --load_from=./logdir/0-std_gan --config=std_gan --dataset_path=../data