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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: