我是靠谱客的博主 单薄鼠标,这篇文章主要介绍SeetaFace中科院开源人脸项目Ubuntu下编译,现在分享给大家,希望可以做个参考。

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下编译内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(45)

评论列表共有 0 条评论

立即
投稿
返回
顶部