# cnn_face_detection **Repository Path**: wode/cnn_face_detection ## Basic Information - **Project Name**: cnn_face_detection - **Description**: 基于cnn神经网络人脸识别 实现的考勤demo项目。ui采用pyqt5,实现了简单的录入人脸,人脸检测,人脸识别。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2020-12-24 - **Last Updated**: 2020-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于CNN的人脸识别考勤demo ### 是什么 - 帮朋友写的一个基于CNN的人脸识别考勤项目 - 可以进行 人脸+姓名录入 - 可以识别已经录入的人脸,返回人脸对应的姓名和相似度 ### 环境 - python2.7 - linux - caffe+gpu - python opencv - pyqt5 - python pil ### 如何运行 - 运行 launcher_sing_face.py, 摄像头录入人脸,标记人脸姓名 - 运行 launcher.py,摄像头识别人脸,并找到与已知人脸相似度最高的人脸的姓名