dorarad / gansformer

Generative Adversarial Transformers
MIT License
1.32k stars 149 forks source link

Question about projecting generated images back to latent space #23

Open vinayakarannil opened 3 years ago

vinayakarannil commented 3 years ago

Is there a way we can project back the images to get the latent vectors just like it is available in StyleGan2 repo?

dorarad commented 2 years ago

Hi, thanks for reaching out! The implementation doesn't support that at the moment but basically the script/approach that is used there could be used for our model too. I hope to extend the repository to support that and will get back!