naver-ai / StyleMapGAN

Official pytorch implementation of StyleMapGAN (CVPR 2021)
https://www.youtube.com/watch?v=qCapNyRA_Ng
Other
458 stars 81 forks source link

Real image projection of Structured Noise Injection? #10

Closed Annonymous-repos closed 3 years ago

Annonymous-repos commented 3 years ago

How do you project an image into the latent space of Structured Noise[3] in Table 3?

blandocs commented 3 years ago

We changed the stylegan2 projector code to fit the Structured Noise Injection structure.

We don't have to change many things and other settings are the same as the stylegan2 projector.

Annonymous-repos commented 3 years ago

Thanks.