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