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
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
pose_predictor = dlib.shape_predictor(predictor_model)
RuntimeError: Unable to open ./models/shape_predictor_68_face_landmarks.dat
import face_recognition_api File "c:\Users\Roshan\Desktop\Omkar\Face-Recognition-master\face_recognition_api.py", line 8, in
Could you plzz help me with this ?