lucidrains / stylegan2-pytorch

Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
https://thispersondoesnotexist.com
MIT License
3.69k stars 585 forks source link

image to numpy array latent vectors? #94

Open habout632 opened 4 years ago

habout632 commented 4 years ago

can i use stylegan2 projector to project image to latent vector?

lucidrains commented 4 years ago

@habout632 ahh, unfortunately I do not have that feature built :( maybe once I finish all of my projects (currently working on attention networks) I can circle back to GANs!

habout632 commented 4 years ago

ok

andrewyzy commented 3 years ago

This is a google feature: Improving Inversion and Generation Diversity in StyleGAN using a Gaussianized Latent Space

https://arxiv.org/abs/2009.06529