# dlib_face_recognition **Repository Path**: mayunxi52/dlib_face_recognition ## Basic Information - **Project Name**: dlib_face_recognition - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-08 - **Last Updated**: 2023-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dlib_face_recognition dlib官网:[http://dlib.net/](http://dlib.net/) [https://github.com/davisking/dlib](https://github.com/davisking/dlib) 里面包含下载dlib源码,如何编译,c++和python例程 dlib 模型下载:[http://dlib.net/files/](http://dlib.net/files/) [https://github.com/davisking/dlib-models](https://github.com/davisking/dlib-models) 基于dlib的开源人脸算法: [https://github.com/ageitgey/face_recognition](https://github.com/ageitgey/face_recognition) ### dlib环境搭建 1. 下载dlib 2. 编译 ``` cd examples mkdir build cd build cmake .. cmake --build . --config Release ``` ### 使用 1. 用Qt打开工程 2. 将models和图片test.jpg,test1.jpg放入调试目录