Audio-driven-TalkingFace-HeadPose icon indicating copy to clipboard operation
Audio-driven-TalkingFace-HeadPose copied to clipboard

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

Open ZxyLinkstart opened this issue 3 years ago • 4 comments

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

ZxyLinkstart avatar Jun 06 '21 19:06 ZxyLinkstart

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/.

jordanfranklin1 avatar Jun 17 '21 04:06 jordanfranklin1

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.

ZxyLinkstart avatar Jun 17 '21 06:06 ZxyLinkstart

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.

zerzerzerz avatar Nov 10 '21 06:11 zerzerzerz