-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the purpose of destylization? #107
Comments
You can skip the destylization step if you already have paired dataset. |
请问外在风格和内在风格用的是同一个编码器吗 |
是一个 |
好的,谢谢 |
请问你这个encoder是自己训练的吗,还是在psp项目上微调的 |
我在psp项目上自己训练的。因为psp release的模型都是W+的,不是Z+的,所以只能重新训练。 |
哦哦,明白了,那您看,您方便给我发一份训练encoder的代码吗,或者可以给我说一下您训练encoder的细节吗,我想在这个encoder上面微调以符合我的任务 |
代码就是psp项目的,只不过把W+换成了Z+,其他设置都是和psp项目原本的参数一样的。 |
大概就是这些地方修改了 DualStyleGAN/model/encoder/psp.py Lines 95 to 101 in b3f0cf8
DualStyleGAN/model/stylegan/model.py Lines 514 to 523 in b3f0cf8
|
哦哦好的,十分感谢 |
Hello, I'm considering whether I would need destylization if I already have a paired dataset. What is the purpose of destylization? Is it to generate paired datasets, or is it to encode the destylized images to obtain the content latent codes?Is destylization significantly important? Do we need the intermediate semantic features from the destylization process, or do we simply use the destylized images for encoding? If I use real paired images to obtain these codes, would it be okay to skip the destylization step?
The text was updated successfully, but these errors were encountered: