morphing_faces icon indicating copy to clipboard operation
morphing_faces copied to clipboard

Repository for the Morphing Faces demo

Results 4 morphing_faces issues
Sort by recently updated
recently updated
newest added

Hi, I fed an arbitrary face image to the model by calling infer_Z and assigned the resulting code to the self.Z. then tried to generate the image using infer_Z(); however,...

I read your python code and found out the decoding process is done by generating the face image directly from the code through the decoding network rather than by sampling...

Hi Your code is nicely organized and well demonstrated. I'm just wondering if you could also post the code for training the VAE on github. I'm a bit confused about...