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

Unable to open ./models/shape_predictor_68_face_landmarks.dat #10

Open
roshanverma8652 opened this issue Dec 19, 2021 · 1 comment
Open

Comments

@roshanverma8652
Copy link

Hello,
thanks for the tutorial
Currently I am facing an Run time error

Traceback (most recent call last):
File "c:\Users\Roshan\Desktop\Omkar\Face-Recognition-master\create_encodings.py", line 2, in
import face_recognition_api
File "c:\Users\Roshan\Desktop\Omkar\Face-Recognition-master\face_recognition_api.py", line 8, in
pose_predictor = dlib.shape_predictor(predictor_model)
RuntimeError: Unable to open ./models/shape_predictor_68_face_landmarks.dat

Could you plzz help me with this ?

@SilverHound27
Copy link

Move the 'shape_predictor_68_face_landmarks.dat' from /models to root of the project.

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