interfacegan icon indicating copy to clipboard operation
interfacegan copied to clipboard

[CVPR 2020] Interpreting the Latent Space of GANs for Semantic Face Editing

Results 41 interfacegan issues
Sort by recently updated
recently updated
newest added

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

Hi there, Thanks for the great work! I'm visualizing some samples generated by your approach through the [edit.py](https://github.com/genforce/interfacegan/blob/master/edit.py) script, and I have a question. My understanding is that this script...

Hey, @ShenYujun I followed your interfacegan paper like I did everything that we need to do. But the results I'm getting have seemed like a different person, not the same...

Hello, I'm trying to invert real images to the W latent space. I already used IDInvert but the output of their W is 14x512, while the style GAN accepts latent...

Hi, I'm reading your paper recently and have the following questions. 1. In your paper, you use StyleGAN and PGGAN in the experiments, and I wonder if InterfaceGAN can manipulate...

Hi, thanks for your work! I recently read your another paper 《In-Domain GAN Inversion for Real Image Editing》. In this paper, you conduct the image manipulation in the wp space....

Hi, thanks for uploading this repo. I would like to train to get the remaining boundaries existed in FFHQ dataset (apart from gender, smile, glasses, position provided in your repo)...

您好,我想请教下论文关于同时控制多个属性不变而对一个属性进行操作,怎么能找到一个同时保持多个属性不变的分界面呢? 每个属性都有一个分界面,多个属性的分界面并不会重合啊? 而且论文对应的那个实验图也没有特别看懂,可以稍微解释下吗?[ ![A`JNIJUOR5$G~~9%G$~26HD](https://user-images.githubusercontent.com/48873381/99406256-a777a980-2928-11eb-9feb-31aa83136ed5.png) ](url)

If i train my classifiers such as earrings, what the scores range from? -1 to 1 or 0-1 or others. 如果我想要编辑有无耳环,那么我需要生成一个耳环有无分类器,那么分类器结果范围直接设置为0-1或者-1到1 可行吗 求解答

Thank you for providing your code. I wanna know whether your code can edit real face images.