我是靠谱客的博主 单薄鼠标,最近开发中收集的这篇文章主要介绍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下编译所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部