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' #207

Open
frnk-cnt opened this issue Feb 10, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'face_alignment' #207

frnk-cnt opened this issue Feb 10, 2024 · 1 comment

Comments

@frnk-cnt
Copy link

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

158code commented Jun 6, 2024

pip install - requirments.txt

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