You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'?
The text was updated successfully, but these errors were encountered:
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
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'?
The text was updated successfully, but these errors were encountered: