This repository provides the tensorflow implementation of the following paper:
The GAN that Warped: Semantic Attribute Editing with Unpaired Data
Garoe Dorta Vicente Neill D.F. Campbell Ivor J.A. Simpson
- Tensorflow 1.8
- Python 3.6
> python download.py celebA
├── dataset
└── celebA
├── train
├── 000001.jpg
├── 000002.jpg
└── ...
├── test (It is not celebA)
├── a.jpg (The test image that you wanted)
├── b.png
└── ...
├── list_attr_celeba.txt (For attribute information)
- python main.py --phase train
- python main.py --phase test
- The celebA test image and the image you wanted run simultaneously
The framework referenced the StarGAN-Tensorflow has been completed, but I can't get the same result as the paper. So you can refer to it. If you find some problem in the code, please contact me: wwkang94@alumni.sjtu.edu.cn