SeetaFace中科院开源人脸项目Ubuntu下编译

本文介绍了如何在Ubuntu系统下编译和运行SeetaFaceEngine,一个基于CPU的开源人脸识别引擎。步骤包括下载源代码,安装cmake,分别编译FaceDetection、FaceAlignment和FaceIdentification,并详细说明了每个步骤的命令操作。
摘要由CSDN通过智能技术生成

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

评论 8
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值