OpenTalker / video-retalking

[SIGGRAPH Asia 2022] VideoReTalking: Audio-based Lip Synchronization for Talking Head Video Editing In the Wild
https://opentalker.github.io/video-retalking/
Apache License 2.0
6.67k stars 982 forks source link

ModuleNotFoundError: No module named 'face_alignment' #207

Open frnk-cnt opened 9 months ago

frnk-cnt commented 9 months ago

Getting this error when running the inferrence video_retalking) C:\Users\f\ai\video-retalking>python3 inference.py --face examples/face/3.mp4 --audio examples/audio/2.wav --outfile results/3_2.mp4 Traceback (most recent call last): File "C:\Users\f\ai\video-retalking\inference.py", line 14, in from third_part.face3d.extract_kp_videos import KeypointExtractor File "C:\Users\f\ai\video-retalking\third_part\face3d\extract_kp_videos.py", line 6, in import face_alignment ModuleNotFoundError: No module named 'face_alignment'

158code commented 5 months ago

pip install - requirments.txt

JJayasri commented 5 months ago

run--> pip install face_alignment