dlib:无法打开 face_landmark_detection_ex 进行阅读?

dlib : Unable to open face_landmark_detection_ex for reading?

我在 visual studio 中编译了 dlib 库和 face_landmark_detection_ex.cpp 示例程序,如 [在 visual studio 中编译 dlib 的演示][2] 中所述,并且构建成功并创建可执行文件。但是当我尝试在终端上执行可执行文件时:

C:\mydir>dlibProject.exe face_landmark_detection_ex shape_predictor_68_face_landmarks.dat faces/*.jpg

显示错误:

exception thrown!
Unable to open ./face_landmark_detection_ex for reading.

如果有人对 dlib 有任何了解和经验,请帮助...

您只需执行 C:\mydir>dlibProject.exe shape_predictor_68_face_landmarks.dat faces/*.jpg,因为 face_landmark_detection_ex 是您显然已更改的程序的名称。