tanshuai0219 / EDTalk

[ECCV 2024 Oral] EDTalk - Official PyTorch Implementation
Apache License 2.0
329 stars 31 forks source link

ModuleNotFoundError: No module named 'face_alignment' #39

Open margo2130 opened 2 weeks ago

margo2130 commented 2 weeks ago

hi, when i click on submit button, it give me this:

croping pose_video Traceback (most recent call last): File "data_preprocess/crop_video.py", line 1, in import face_alignment ModuleNotFoundError: No module named 'face_alignment' File not found: test_data\crop_resample_pose_source1.mp4

where can i get that : ModuleNotFoundError: No module named 'face_alignment'?

tanshuai0219 commented 1 week ago

hi, when i click on submit button, it give me this:

croping pose_video Traceback (most recent call last): File "data_preprocess/crop_video.py", line 1, in import face_alignment ModuleNotFoundError: No module named 'face_alignment' File not found: test_data\crop_resample_pose_source1.mp4

where can i get that : ModuleNotFoundError: No module named 'face_alignment'?

Please first install face-alignment by pip install face-alignment