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

Do you have plan to release code of attribute predictor? #37

Closed jychoi118 closed 4 years ago

jychoi118 commented 4 years ago

I want to try training boundaries, and realized that i need trained attribute score predictor to generate attribute inference results. Do you have plan to release code of attribute predictor?

ShenYujun commented 4 years ago

We have other plans on the attribute predictors, however, you can use the predictors provided by StyleGAN (see stylegan/metrics/linear_separability.py). We will provide the PyTorch version of those predictors from StyleGAN in the near future. Hope this information will help.

orpatashnik commented 3 years ago

Any update about the release of the pytorch version of the predictors?