pbaylies / stylegan-encoder

StyleGAN Encoder - converts real images to latent space
Other
740 stars 182 forks source link

How to interpolate a one region of two faces? #63

Closed molo32 closed 3 years ago

molo32 commented 3 years ago

how to interpolate two faces (latent codes), but only one region of the face eg the eyes.

pbaylies commented 3 years ago

Good luck! You could average the latents, mask out the eyes, make a new image, and then optimize again with that image...