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

about style_mod #51

Closed Hanv2 closed 4 years ago

Hanv2 commented 4 years ago

why the function is x * (style[:, 0] + 1) + style[:, 1]?what "+1" of (style[:, 0] + 1)mean?,the official implementation is also same as yours.i can‘t figure it out

ShenYujun commented 4 years ago

For this question, I think it is better to ask the authors of StyleGAN. Our work focuses more on interpreting given GAN models instead of designing models ;)