- Tensorflow 1.8
- Python 3.6
> python download.py celebA
> python download.py celebA
├── dataset
└── celebA
├── train
├── 000001.jpg
├── 000002.jpg
└── ...
├── test
├── 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
- Download celebA_checkpoint
Junho Kim