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
957 stars 125 forks source link

Missing setup.py #49

Closed WinnieLaugh closed 1 year ago

WinnieLaugh commented 1 year ago

Hi,

Thanks for this wonderful work!

It seems that the setup.py file is missing in this new version. Is it possible for you to upload it again? Thanks a lot for the help!

Best, Wenhua

harlanhong commented 1 year ago

Hi @WinnieLaugh

Could I know the error message you met? I cannot remember any setup.py file in my code :). Thanks.

WinnieLaugh commented 1 year ago

Sorry about that! I just found that the required 'setup.py' is for the 'face-alignment' lib. I was too blind to see the 'cd face-alignment' command.