image processing - Face landmark detection error (dlib,python,ubuntu) -


i installed dlib on ubuntu , it's detector works, when want use predictor , using shape_predictor_68_face_landmarks.dat shows below message:

./face_landmark_detection.py shape_predictor_68_face_landmarks.dat ./100032540_1.jpg  traceback (most recent call last):   file "./face_landmark_detection.py", line 66, in <module>     predictor = dlib.shape_predictor(predictor_path) runtimeerror: unexpected version found while deserializing dlib::shape_predictor. 

how can fix it?

thanks


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -