Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'face_alignment' #39

Open
margo2130 opened this issue Oct 3, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'face_alignment' #39

margo2130 opened this issue Oct 3, 2024 · 1 comment

Comments

@margo2130
Copy link

margo2130 commented Oct 3, 2024

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants