
面部考勤机:利用开源dlib实现人脸打卡功能,支持人脸识别确认
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
本项目基于开源库dlib开发,旨在创建一款实用的人脸识别考勤系统。用户可通过面部特征识别完成签到与记录管理,确保高效准确的身份验证过程。
Face attendance uses OpenCV and the open-source dlib, face_recognition libraries to create a Python-based facial recognition check-in system. It can identify faces and record the results.
Requirements:
- Python 3.6
- pywin32
- dlib
- face_recognition
- opencv
First, run capture.py to capture images of faces.
Second, run encoding_images.py to encode the captured face images into npy files for persistent storage, which avoids re-coding each time and speeds up program startup.
Finally, use facerec_from_webcam_faster.py for real-time facial recognition.
全部评论 (0)
还没有任何评论哟~


