Skip to content
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

Can I use my own pretrained StyleGAN2-ADA? #95

Open
hamediut opened this issue Feb 10, 2023 · 1 comment
Open

Can I use my own pretrained StyleGAN2-ADA? #95

hamediut opened this issue Feb 10, 2023 · 1 comment

Comments

@hamediut
Copy link

I have trained a StyleGAN2-ADA generator on my own images and now trying different inversion methods.
My first question after reading your paper is if I can use my pretrained G and implement your code to train an encoder or if should I retrain a StyleGAN2 using psp framework.
I have trained my Generator using [https://github.com/NVlabs/stylegan3]. but for StyleGAN2-ADA not for version 3.

As far as I understood, your work is based on psp which maps Z into W+ in contrast to the original StyleGAN2 which is on W space.
So I suppose I need to train a psp first on my image and then use the trained G and follow your method.

Would be great if you can clarify this for me. Thank you very much in advance for your help.

@Yvonne5531773
Copy link

I have trained a StyleGAN2-ADA generator on my own images and now trying different inversion methods. My first question after reading your paper is if I can use my pretrained G and implement your code to train an encoder or if should I retrain a StyleGAN2 using psp framework. I have trained my Generator using [https://github.com/NVlabs/stylegan3]. but for StyleGAN2-ADA not for version 3.

As far as I understood, your work is based on psp which maps Z into W+ in contrast to the original StyleGAN2 which is on W space. So I suppose I need to train a psp first on my image and then use the trained G and follow your method.

Would be great if you can clarify this for me. Thank you very much in advance for your help.

May I know if you have any progress in your research? I’m facing a similar situation and hope to seek your assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants