xiaosongshine / dlib_face_recognitionLinks
『Python实用教程』一文带你了解人脸识别应用原理及手把手教学实现自己的人脸识别项目
☆37Updated 4 years ago
Alternatives and similar repositories for dlib_face_recognition
Users that are interested in dlib_face_recognition are comparing it to the libraries listed below
Sorting:
- 更改facenet源码目录的一些结构,下载即用。功能包括:一、摄像头人脸检测,关键点检测。二、静态图人脸检测,关键点检测。三、人脸对齐。四、人脸比较。五、人脸聚类。☆58Updated 2 years ago
- Opencv视频流传输到网页浏览器并做目标检测☆40Updated 5 years ago
- 利用facenet进行人脸特征提取,保存入mysql,后期可进行比对进行人脸登陆☆79Updated 6 years ago
- 基于OpenCV深度学习与face++共同识别人脸项目☆27Updated 7 years ago
- 汽车识别(包括车牌、车型、车品牌、属性、及驾驶员违规行为识别检测)☆134Updated 4 years ago
- face++,百度ai,虹软,face_recognition 实现人脸检测 人脸识别☆132Updated 3 years ago
- python的face_recognition人脸识别库的使用☆69Updated 7 years ago
- 该代码完成对海康威视摄像头的读取(也适 用使用普通的摄像头),同时开发其基于深度学习的人脸识别和物体检测功能。☆51Updated 7 years ago
- 脸部识别 人眼特征检测 活体检测 人脸旋转与侧脸拉正☆86Updated 6 years ago
- 基于YOLO-lite的web实时人脸检测,tfjs人脸检测,目标检测☆71Updated 6 years ago
- 变电站作业管控平台。包括人脸识别考勤,移动目标跟踪,越线检测,安全措施检测,姿态识别等功能。☆94Updated 5 years ago
- 人脸识别与卡通化☆132Updated 5 years ago
- 人脸识别算法,结合facenet网络结构和center loss作为损失,基于tensorflow框架,含训练和测试代码,支持从头训练和摄像头测试☆154Updated 5 years ago
- MXNET实现的年龄性别识别,训练了超大数据集得到的模型。☆29Updated 5 months ago
- Face mask deteciton demo, by tensorflow.js☆54Updated 5 years ago
- 基于python+face_recognition+opencv+pyqt5+百度AI实现的人脸识别、语音播报、语音合成、模拟签到系统☆40Updated 5 years ago
- 同时识别年龄与性别☆84Updated 6 years ago
- 项目名称为:自建数据集人脸识别。该项目利用电脑自带摄像头或者已有照片进行人脸数据集建立,再进行人脸检测,人脸识别,人脸预测,包括数据采集、数据预处理、建模、模型训练、模型使用预测全过程。项目使用Openc3进行数据采集、数据预处理,Keras 进行建模,模型参考了VGG16…☆52Updated 6 years ago
- 利用facenet实现检测图片中的人脸,将识别到的人脸向量存入数据库,此外利用post提交一个新图片 返回数据库中相似的人脸的信息☆85Updated 7 years ago
- 使用开源的dlib做一个人脸打卡机器.可以进行人脸识别,确认☆47Updated 7 years ago
- 基于掌纹病理纹识别的健康建议系统☆46Updated 7 years ago
- Helmet Detection:detect persons with/without helmets using YOLOv3(头盔\安全帽检测:使用YOLOv3检测是否戴头盔\安全帽)☆38Updated 5 years ago
- 基于深度学习的口罩佩戴检测,Keras-YOLOv3 实现。☆68Updated 5 years ago
- A high-performance demo for face recognition based on deep learning.☆109Updated 10 months ago
- 本项目采用Opencv实现对视频信号的实时采集与帧提取,用Adaboost算法实现人脸图像的提取分割,并基于Keras搭建CNN卷积神经网络结构,用提取到的人脸图像训练CNN模型,并实现对视频中人脸的实时检测识别。☆108Updated 6 years ago
- 基于YOLOV3的人体口罩佩戴检测☆57Updated 5 years ago
- A simple face recognition demo based on python-OpenCV☆46Updated 10 years ago
- 录制摄像头和录制屏幕,两者之间可以轻易切换☆91Updated 6 years ago
- 视频行为识别☆35Updated 6 years ago
- 通过 Mtcnn 实现人脸的检测并且能够标注出来,然后利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别