概述
SeetaFace Engine is an open source C++ face recognition engine, which can run on CPU with no third-party dependence. It contains three key parts, i.e., SeetaFace Detection, SeetaFace Alignment and SeetaFace Identification, which are necessary and sufficient for building a real-world face recognition applicaiton system.
1.下载
git clone https://github.com/seetaface/SeetaFaceEngine.git
2.安装cmake工具
CMake 3.1.0 or higher is required
ubunut14.04自带的cmake版本太低,可以去官网自行下载安装
3.编译FaceDetection
进入FaceDetection路径下
mkdir linux
进入linux文件夹下面
cmake ..
make
生成可执行文件facedet_test
4.编译FaceIdentification
进入FaceIdentification路径下
拷贝FaceDetection include下的face_detection.h 到include下面
mkdir linux
修改CMakeLists.txt
最后
以上就是单薄鼠标为你收集整理的SeetaFace中科院开源人脸项目Ubuntu下编译的全部内容,希望文章能够帮你解决SeetaFace中科院开源人脸项目Ubuntu下编译所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复