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

Posted

技术标签:

【中文标题】dlib:无法打开 face_landmark_detection_ex 进行阅读?【英文标题】:dlib : Unable to open face_landmark_detection_ex for reading? 【发布时间】:2016-08-02 22:55:43 【问题描述】:

我在 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 有任何知识和经验,请帮助...

【问题讨论】:

【参考方案1】:

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

【讨论】:

我已经尝试过了,并给出了exception thrown! unable to open faces/*.jpg 在这种情况下它认为 faces/*.jpg 作为一个文件。 您还需要在文件夹中指定一个单个 jpg图像。例如C:\mydir>dlibProject.exe shape_predictor_68_face_landmarks.dat faces/sample.jpg

以上是关于dlib:无法打开 face_landmark_detection_ex 进行阅读?的主要内容,如果未能解决你的问题,请参考以下文章

运行时错误:无法打开 ./dlib_model/shape_predictor_68_face_landmarks.dat

Dlib 错误:错误 C1083:无法打开包含文件:'type_safe_union/type_safe_union_kernel.h'

无法在 Python 3.6 中运行 dlib 模块

Dlib 图像加载错误,无法加载图像

Ubuntu Python:无法 pip install dlib - dlib 构建轮失败,机器几乎卡住

无法在 anaconda 中安装 dlib