-
Notifications
You must be signed in to change notification settings - Fork 44
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
How to use Multi-Code method for StyleGAN? #3
Comments
Same issue! |
Hi, @yue95213 and @zhufeida. Thank you for your question. It worth noticing that the stylegan has multi-code design natively (the style code for each layer) and the |
What parameters you are using for invert stylegan? I use
However, the results are not very realistic. What parameters should I use? |
Have you tried on face images? How does the face experiment work? |
python multi_code_inversion.py Traceback (most recent call last): |
@Xiaomao136 Hello, have you solved this bug? |
Please refer to genforce/idinvert project, I switched to genforce/idinvert
project
liuliuliu11 <[email protected]> 于2020年10月9日周五 下午4:47写道:
… @Xiaomao136 <https://github.com/Xiaomao136> Hello, have you solved this
bug?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMU4MTFFQ22ENHNWNQVB663SJ3E3NANCNFSM4MEXG7SA>
.
|
@JasonGUTU using stylegan_w+ for face is still far from ideal, can you show that how to split stylegan? I did that following PGGAN-Multi-Z, but it reported error that in x = self.epilogue(x, w), the shape of w is desired to be [1, 512], but actually [1, 18, 512], I've no idea what happened. |
Hi, in derivable_generator.py, several configurations are listed. However, there is no multi-code configuration for StyleGAN. In fact, StyleGAN's design is different from pggan, where w is inserted into each middle layers of the generator by AdaIN. How to use multi-code scheme in StyleGAN scenario?
The text was updated successfully, but these errors were encountered: