-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
training using celeba, testing using custom dataset #17
Comments
I should remind that this model is trained by the aligned CelebA dataset. The results on your custom images may look weird on attributes such as Mouth_Slightly_Open, Mustache, etc., but should be okay on attributes like Hair_Color, Pale_Skin if the face is the main part of your image. |
@CastellanLiuthank you for your reply, if I aligned my custom dataset, may it will get better results? and more, if the methods of gan can not work well out of training data? |
@maliho0803 First, you should align your dataset as the CelebA manner. Second, you should provide accurate attributes of your dataset. It is inconvenient for users to do these and therefore a drawback of this project. I will improve it when I have free time. Besides, I test the model on LFW and it works like on CelebA. |
@LynnHo when testing, needed images labeled attributes? |
Yes. |
@LynnHo how do you labeled LFW datasets? |
I use an attribute predictor trained on CelebA. |
@LynnHo Could you share the predictor trained on CelebA?Thank you for any help! |
Maybe you can find what you want in #11 |
@huxianer Yes, as @CastellanLiu said, you may refer to #11. Or here is an attribute classifier from STGAN which has the same protocol of our AttGAN. |
Thanks! |
hey @maliho0803 , did you try this on your custom dataset? If yes, then were the results satisfying? Also, can you share your the modified files? |
if I using the model trained by celeba to test my custom images, will it get good results?
The text was updated successfully, but these errors were encountered: