Hangz-nju-cuhk / Talking-Face_PC-AVS

Code for Pose-Controllable Talking Face Generation by Implicitly Modularized Audio-Visual Representation (CVPR 2021)
Creative Commons Attribution 4.0 International
916 stars 169 forks source link

Error related to "align_68.py" file #50

Open pegahs1993 opened 2 years ago

pegahs1993 commented 2 years ago

Thank you for your excellent work! After running the "align_68.py" file, I first encountered an error [ZeroDivisionError: division by zero], after fixing it. The code is executed but no file is generated in the p_cropped folder.

python scripts/align_68.py --folder_path scripts/p

0it [00:00, ?it/s] cropped files saved at scripts/p_cropped

Thank you very much for your guidance!

lifemo commented 1 year ago

Thank you for your excellent work! After running the "align_68.py" file, I first encountered an error [ZeroDivisionError: division by zero], after fixing it. The code is executed but no file is generated in the p_cropped folder.

python scripts/align_68.py --folder_path scripts/p

0it [00:00, ?it/s] cropped files saved at scripts/p_cropped

Thank you very much for your guidance! Hi, I have this problem too, have you solved it now?

pegahs1993 commented 1 year ago

Thank you for your excellent work! After running the "align_68.py" file, I first encountered an error [ZeroDivisionError: division by zero], after fixing it. The code is executed but no file is generated in the p_cropped folder. python scripts/align_68.py --folder_path scripts/p 0it [00:00, ?it/s] cropped files saved at scripts/p_cropped Thank you very much for your guidance! Hi, I have this problem too, have you solved it now?

I don't remember exactly what I did for this error. But I just ran this in Colab and there was no error. I only need to install the following two libraries.

!pip install face-alignment
!pip install lws