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

Error with Spade Model #9

Closed tushar-31093 closed 2 years ago

tushar-31093 commented 2 years ago

Hi, This is the error I am getting while trying to run the Spade model. Any walkthrough?

image

harlanhong commented 2 years ago

If you use the DepthAwareGenerator in your run command like #4, please replace it with SPADEDepthAwareGenerator. Otherwise, could you detail more about your problem. Thanks.