vincent-thevenin / Realistic-Neural-Talking-Head-Models

My implementation of Few-Shot Adversarial Learning of Realistic Neural Talking Head Models (Egor Zakharov et al.).
GNU General Public License v3.0
828 stars 195 forks source link

webcam_inference.py fake image is black #44

Open rperdon opened 4 years ago

rperdon commented 4 years ago

Looking at the code for webcam_inference and the fake image is black for me. I see the source for out1 has been commented out which gets it's source from the path_to_embedding which is the e_hat_video.tar.

Is that image or video sourced from the examples folder when embedder_inference is run? It seems like it is able to access the examples and save the tar files when I run it, but they end up being just 3kb in size.

Some guidance on what does what would be appreciated.