taki0112 / StarGAN-Tensorflow
- четверг, 14 июня 2018 г. в 00:14:49
Python
Simple Tensorflow implementation of StarGAN (CVPR 2018 Oral)
> 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)
Junho Kim