morphing_faces
morphing_faces copied to clipboard
reconstruct an image
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, the generated image is usually a black 48*48 page or with some random lines on it. Any suggestion to generate the input image successfully? (All above modifications were made in morphing.py)
Thanks in advance