omertov / encoder4editing

Official implementation of "Designing an Encoder for StyleGAN Image Manipulation" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02766
MIT License
945 stars 154 forks source link

Hi! #57

Closed scj0709 closed 3 years ago

scj0709 commented 3 years ago

Hello! I was impressed with your paper! I have a question. For psp start with average latent W. How about e4e? If not, why? Thanks!

omertov commented 3 years ago

Hi @scj0709! We have also trained the encoder to predict the offset to the average latent following pSp's method.

Best, Omer