Audio-driven-TalkingFace-HeadPose
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'
求助 test_personalized2.py FileNotFoundError: [Errno 2] No such file or directory: '../results/atcnet_pose0_con3/31/03Fsi1831_99/31_03Fsi1831wav_results_full9.mp4'
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/.
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.
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.