bryandlee / stylegan2-encoder-pytorch

PyTorch Implementation of In-Domain GAN Inversion for StyleGAN2
MIT License
147 stars 24 forks source link

What exactly does this repo do good in practice ? #9

Open thusinh1969 opened 3 years ago

thusinh1969 commented 3 years ago

What exactly does this repo do in practice ? Sorry I am new to this. I tried GAN of all kinds, but very new to this.

Are you trying to do what StarGAN is doing ?

Thanks, Steve

bryandlee commented 3 years ago

This is an unofficial implementation of the paper https://arxiv.org/pdf/2004.00049.pdf. It's an encoder-based latent projection method for GAN generators, which finds a latent code of a given real image.