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

Question for embedeer_inference.py #31

Closed parkjh688 closed 4 years ago

parkjh688 commented 4 years ago

Hi.

I'm a newbie of PyTorch. I run the embedder_inference.py with new test image and your mp4 file. But the code save only 2 tar files. How to check the result mp4 file from this code?

Thanks

vincent-thevenin commented 4 years ago

Once you have e_hat_video.tar or e_hat_images.tar, you can use either one for inference using the webcam or for finetuning training. These are just the vector output of the Embedder network.

parkjh688 commented 4 years ago

Thanks I solved it!