路径正常却无法读取shape_predictor_68_face_landmarks.dat文件如何解决?

最佳答案

我并不知道你的当前文件目录,导致我无法给出相对路径,但是你可以使用绝对路径进行尝试

4个月前 评论
111111_Qiu (楼主) 4个月前
讨论数量: 3

我并不知道你的当前文件目录,导致我无法给出相对路径,但是你可以使用绝对路径进行尝试

4个月前 评论
111111_Qiu (楼主) 4个月前
Jason990420

Make sure the root path of your .dat file is same as your working path.

os.getcwd()

Return a unicode string representing the current working directory.

4个月前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!