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
964 stars 126 forks source link

question about evaluation #28

Closed ozhyo closed 2 years ago

ozhyo commented 2 years ago

hi, thanks for releasing the code. i found a line "from feat import Detector" in the func "evaluate_PRMSE_AUCON()" in utils.py, but i didn't find the module "feat". Is it a package that should be installed or some code that has not been uploaded? looking forward to your reply. thanks a lot.

ozhyo commented 2 years ago

sorry for bothering you. i checked this issue https://github.com/harlanhong/CVPR2022-DaGAN/issues/25, and found it should be py-feat, and i installed it through pip. Maybe i should close this issue.