genforce / interfacegan

[CVPR 2020] Interpreting the Latent Space of GANs for Semantic Face Editing
https://genforce.github.io/interfacegan/
MIT License
1.51k stars 281 forks source link

so the question is how do we predict the attribute score for a given image #55

Open miss1997yuan opened 4 years ago

miss1997yuan commented 4 years ago

i think this repo ignores the key question , which is how to predict the attribute score for a given image generated by latent code using pretrained GAN model

ShenYujun commented 4 years ago

I think you ignore the implementation details described in the paper. Please refer to Sec.B of our paper. We may release some attribute predictors in the future.

shusenl commented 3 years ago

I think you ignore the implementation details described in the paper. Please refer to Sec.B of our paper. We may release some attribute predictors in the future.

Would it be possible for you guys to share the classifier, so the result can be reproduced or compared against relevant methods? Thanks!