harlanhong / CVPR2022-DaGAN

Official code for CVPR2022 paper: Depth-Aware Generative Adversarial Network for Talking Head Video Generation
https://harlanhong.github.io/publications/dagan.html
Other
958 stars 125 forks source link

Hello, can you provide reconstruction.py running code? I'm not familiar with torch distributed. Launch, error messages always appear. #16

Closed Luh1124 closed 2 years ago

harlanhong commented 2 years ago

Hi @Luh1124 ,

If you need to perform reconstruction inference, you can modify the code slightly, referring to animate.py.

Luh1124 commented 2 years ago

Thanks