yiranran / Audio-driven-TalkingFace-HeadPose

Code for "Audio-driven Talking Face Video Generation with Learning-based Personalized Head Pose" (Arxiv 2020) and "Predicting Personalized Head Movement From Short Video and Speech Signal" (TMM 2022)
https://ieeexplore.ieee.org/document/9894719
721 stars 146 forks source link

Help!!求助 test_personalized2.py FileNotFoundError: [Errno 2] No such file or directory: '../results/atcnet_pose0_con3/31/03Fsi1831_99/31_03Fsi1831wav_results_full9.mp4' #62

Open ZxyLinkstart opened 3 years ago

ZxyLinkstart commented 3 years ago

求助 test_personalized2.py FileNotFoundError: [Errno 2] No such file or directory: '../results/atcnet_pose0_con3/31/03Fsi1831_99/31_03Fsi1831wav_results_full9.mp4'

jordanfranklin1 commented 3 years ago

Hopefully we're talking about the same error. I ran into the error when trying to run the Colab notebook demo and it was found from the 'Test on person 31 with audio 03Fsi1831.wav' section. I fixed the error with

!cd /
!cd Audio/code/; python test_personalized2.py 03Fsi1831 31 0

Basically it was to make sure that you're in the right directory. All that was needed was !cd / to clear out the working directory and set the current working directory at /content/Audio-driven-TalkingFace-HeadPose/.

ZxyLinkstart commented 3 years ago

Hopefully we're talking about the same error. I ran into the error when trying to run the Colab notebook demo and it was found from the 'Test on person 31 with audio 03Fsi1831.wav' section. I fixed the error with

!cd /
!cd Audio/code/; python test_personalized2.py 03Fsi1831 31 0

Basically it was to make sure that you're in the right directory. All that was needed was !cd / to clear out the working directory and set the current working directory at /content/Audio-driven-TalkingFace-HeadPose/.

Thank you for your reply, I have solved this problem. My problem is that libx264 is missing in ffmpeg.

zerzerzerz commented 2 years ago

Hopefully we're talking about the same error. I ran into the error when trying to run the Colab notebook demo and it was found from the 'Test on person 31 with audio 03Fsi1831.wav' section. I fixed the error with

!cd /
!cd Audio/code/; python test_personalized2.py 03Fsi1831 31 0

Basically it was to make sure that you're in the right directory. All that was needed was !cd / to clear out the working directory and set the current working directory at /content/Audio-driven-TalkingFace-HeadPose/.

Could you please tell me how to run this Colab demo? Directly running pip install -r requirements_colab.txt caused many packages version conflicts. Thanks.

liyuli1997 commented 2 months ago

图片1 我的是这样的是为啥