IIGROUP / TediGAN

[CVPR 2021] Pytorch implementation for TediGAN: Text-Guided Diverse Face Image Generation and Manipulation

Home Page:https://arxiv.org/abs/2012.03308

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inverted stylegan

KramerKonstantin opened this issue · comments

I trained stylegan for my data. How can I get inverted stylegan? Could you add the scripts for learning inverted stylegan to the README?

Due to the scalability of our framework, there are two general ways that can be used to invert a pretrained StyleGAN.

The above four methods are the most recommended. There are also many other gan inversion methods which you can find in our suvery paper or the list. Please jump to the corresponding link to see how to invert the stylegan as needed.