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

Good results. How to test a+b and style mixing? #2

Closed
c1a1o1 opened this issue Oct 21, 2022 · 2 comments
Closed

Good results. How to test a+b and style mixing? #2

c1a1o1 opened this issue Oct 21, 2022 · 2 comments

Comments

@c1a1o1
Copy link

c1a1o1 commented Oct 21, 2022

Good results. How to test a+b and style mixing

@c1a1o1 c1a1o1 changed the title Good results. How to test a+b and style mixing Good results. How to test a+b and style mixing? Oct 21, 2022
@EzioBy
Copy link
Owner

EzioBy commented Oct 24, 2022

Thanks for your attention.
You can test 'style mixing' with the codes of pSp. Specifically, after inverting the two inputs with the pSp encoder you can get two groups of 18x512 latent codes (for 1024x1024 images). We then combine the former 7x512 latent codes corresponding to one input image and the latter 11x512 latent codes corresponding to the other image to get a new group of latent codes. The style mixing result could be obtained by sending these combined (mixed) 18x512 latent codes to the pre-trained generator.
Similarly, for our 'a+b' results we mix the paddings and style latent codes of the two inputs, as described in subsec 4.3. We will provide a script recently for your convenience.

@c1a1o1
Copy link
Author

c1a1o1 commented Oct 26, 2022

Thanks very much!

@EzioBy EzioBy closed this as completed Nov 14, 2022
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