我一直在研究用于情绪检测的python。我在我的Rpi上为python安装了dlib库,但每当我尝试使用带有扩展名" .dat"的shape_predictor文件时它给出了这个错误:
error : predictor = dlib.shape_predictor(predictor_path)
RuntimeError: Error 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
我不知道什么是反序列化的意思以及我为什么要面对这个问题!我是python的新手! ned help