LynnHo / AttGAN-Tensorflow

AttGAN: Facial Attribute Editing by Only Changing What You Want (IEEE TIP 2019)
MIT License
605 stars 135 forks source link

stargan pretrained model #50

Closed quancunzuicuo closed 3 years ago

quancunzuicuo commented 3 years ago

Hello, the official stargan model only includes 5 attributes. More attributes seem to have to be trained by myself. Where can I download the stargan pre-training model used in the AttGAN paper?

LynnHo commented 3 years ago

@quancunzuicuo Hi, I post the code and checkpoint of StarGAN (Baidu Netdisk, passwd: xm9v). However, it is not well organized enough and you should read some codes carefully.

Quick Test:

  1. please follow PA-GAN to build the environment and prepare the data.
  2. change the data path of test.py and run it.
quancunzuicuo commented 3 years ago

Thank you for your answer!