elvisyjlin / AttGAN-PyTorch

AttGAN PyTorch Arbitrary Facial Attribute Editing: Only Change What You Want
MIT License
248 stars 61 forks source link

How to test on CelebA-HQ 256x256? #3

Closed thinkerthinker closed 5 years ago

thinkerthinker commented 5 years ago

I find test.py is not suit for CelebA-HQ 256x256, how can i do it?

elvisyjlin commented 5 years ago

Hi @thinkerthinker ,

The code was initially written for only CelebA and I forgot to migrate the testing scripts with CelebA-HQ. I've pushed a new version, which should work for you. Please pull the repo again.

By the way, I found that the data path, attribute path, and image list path were not correct in the previous uploaded pretrained models. I've updated them in the Google Drive. You can revise them in setting.txt, or download the zip files again.

Thank you for pointing out this problem! Let me know if you still have problems with testing.

thinkerthinker commented 5 years ago

Thanks a lot! I will try it.