dlib";反序列化Short&Quot;类型的对象时出错
问题描述
我在dlib python上的pose_predictor = dlib.shape_predictor(predictor_model)
上遇到错误。
RuntimeError: Error deserializing object of type short
while deserializing a floating point number.
while deserializing a dlib::matrix
while deserializing object of type std::vector
while deserializing object of type std::vector
while deserializing object of type std::vector
解决方案
我遇到了相同的问题,并尝试重新下载该文件,现在一切正常。
我从 https://github.com/JeffTrain/selfie/blob/master/shape_predictor_68_face_landmarks.dat
相关文章