Closed papisilv closed 6 years ago
You don't have a shape_predictor_5_face_landmarks.dat
file. That's what the error is telling you.
I do have the file that’s why I was asking why is not hable to open it or how can i get it to work , my folder looks something lIke this
Face detector/ -“shape predictor......dat -“dlib face recognition....dat -examples(folder) -faces(folder) -images.jpg
Also the python file
Similar issue. I train a shape predictor, create the .dat file but when trying to load it instead of the 68 landmarks shape predictor, i get a runtime error , could not open newpredictor.dat
Solved: file permissions
RuntimeError: Unexpected version found while deserializing dlib::shape_predictor.
How to solve this error??
sp = dlib.shape_predictor(predictor_path) RuntimeError: Unable to open shape_predictor_5_face_landmarks.dat
I get that error , what am i doing wrong, I have Dlib install, cmake,python, and other libraries currently running in ubuntu