面部标志检测错误(dlib,python,ubuntu)

时间:2016-11-17 13:59:10

标签: python-2.7 image-processing dlib

我在ubuntu上安装了Dlib并且它的探测器正常工作,但是当我想使用预测器并使用shape_predictor_68_face_landmarks.dat时,它会显示以下消息:

./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.

我该如何解决?

感谢

0 个答案:

没有答案