在Visual Studio 2017中构建openface项目后的错误(发布x64) [英] Errors after building openface project in visual studio 2017 ( release x64 )

查看:201
本文介绍了在Visual Studio 2017中构建openface项目后的错误(发布x64)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用Cmake配置并生成了OpenFace项目,在第一次,我遇到了一些问题(缺少库,例如openBLAS,Dlib ......),但是在互联网上进行了一些搜索之后,我已经纠正了我有的错误。因此,当我尝试使用Visual Studio 2017构建ALLBuild.vcxproj(Release x64)时,我会收到错误。如何解决这些错误?

I have configured and generated OpenFace project using Cmake , in the first time , i have got some problems ( missing libraries e.g openBLAS , Dlib ...) , but after some search on the internet i have correted errors that i have got. So when i try to build ALLBuild.vcxproj ( Release x64 ) with Visual studio 2017 I get errors. How can i solve those errors?

Gravité Code Description Projet Fichier Ligne État de la suppression Erreur C1083 Impossible d'ouvrir le fichier include : 'dlib/image_processing/frontal_face_detector.h' : No such file or directory GazeAnalyser C:\Users\Abdou\OpenFace\lib\local\LandmarkDetector\include\LandmarkDetectorModel.h 43

Gravité Code Description Projet Fichier Ligne État de la suppression Erreur C1083 Impossible d'ouvrir le fichier include : 'dlib/image_processing/frontal_face_detector.h' : No such file or directory LandmarkDetector C:\Users\Abdou\OpenFace\lib\local\LandmarkDetector\include\stdafx.h 27

Gravité Code Description Projet Fichier Ligne État de la suppression Erreur C1083 Impossible d'ouvrir le fichier include : 'dlib/image_processing/frontal_face_detector.h' : No such file or directory LandmarkDetector C:\Users\Abdou\OpenFace\lib\local\LandmarkDetector\include\stdafx.h 27

Gravité Code Description Projet Fichier Ligne État de la suppression Erreur C1083 Impossible d'ouvrir le fichier include : 'dlib/opencv.h' : No such file or directory FaceAnalyser C:\Users\Abdou\OpenFace\lib\local\FaceAnalyser\src\Face_utils.cpp 45





这张照片显示我得到的错误

https://i.imgur.com/ycQB9F6.png



我尝试了什么:



我尝试使用visual studio 2017构建openface项目(发布x64)



This picture show errors that i got
https://i.imgur.com/ycQB9F6.png

What I have tried:

I have tried build openface project using visual studio 2017 (Release x64)

推荐答案

目前dlib所在的目录不在您项目的其他包含目录列表中。
It appears the directory dlib is in is not on your project's "Additional Include Directories" list.


您缺少一堆头文件 - 错误说得非常清楚,并显示了它希望文件所在的路径。



回到你的位置从项目开始,找出它们的位置。
You are missing a bunch of header files- the error says that very clearly, and shows the path it expects the file to be in.

Go back to where you got the project from, and find out where they are.


这篇关于在Visual Studio 2017中构建openface项目后的错误(发布x64)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆