stylegan-encoder
stylegan-encoder copied to clipboard
StyleGAN Encoder - converts real images to latent space
Results
1
stylegan-encoder issues
Sort by
recently updated
recently updated
newest added
Hi, Thanks for sharing this work. Got a questing regarding this line https://github.com/pender/stylegan-encoder/blob/46605b23756078345cf1d544017d2ff24d0e5b2f/encoder/perceptual_model.py#L21 I guess the purpose is to normalize reference image to [-1,1] because the discriminator requires it. The...