dulaku / StyleGAN-for-Humans

A PyTorch implementation of StyleGAN optimized for human reading.
7 stars 2 forks source link

inversion/projection #2

Open ghost opened 2 years ago

ghost commented 2 years ago

is it possible to find the latent code of a real image ? i.e, projecting a real image onto the latent space

dulaku commented 2 years ago

Not with the code here unfortunately. It's something I've wanted to look into for a while but I've just not had time. I'll leave this comment open for a while; if getting that procedure to work with this code base is something you're interested in I'd be happy to support however I can.