genforce / interfacegan

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

W space or W+ space #30

Closed BERYLSHEEP closed 4 years ago

BERYLSHEEP commented 4 years ago

hello! The GitHub provides us some boundaries about the W space in StyleGAN. But I found that the code contains two configurations which are W space and W+ space. So I wonder if all the boundaries label W in paper and Github are corresponding to W space? There is no provided W+ space boundaries and no W+ space results in the paper? Thanks a lot.

ShenYujun commented 4 years ago

Yes, W+ space is not mentioned in the paper. But considering some GAN inversion methods are using W+ space (like stylegan-encoder and image2stylegan), we also provide boundaries for W+ space here.

zhongtao93 commented 2 years ago

Hi, how much better is the editability of W+ space than that of W space?