基于face_recognition的人脸识别--打卡系统

face_recognition安装相关:

https://github.com/ageitgey/face_recognition/issues/96
https://blog.csdn.net/songqiu65/article/details/88116549
https://blog.csdn.net/qq_15192373/article/details/78623741

1)安装VS2019,
搜索x86_x64 Cross Tools Command Prompt
2)命令行
bootstrap.bat,安装 boost;./b2 编译
3) py3.6虚拟环境
* python -m pip install --upgrade xxx install 不能import则更新一下
4) pip3 install cmake
5) pip3 install dlib
6) pip3 install face_recognition

 

练手开发的基于 face_recognition的人脸识别打卡系统:

每人只需要一张照片即可识别;

有简单GUI选择界面;

识别成功有语音+截图确认功能;

有注释便于理解;

欢迎Star & Fork

GitHub:

https://github.com/moonlightIsBeautiful-cs/Face_Recognition_for_Sign_In.git

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章