MAhaitao999 / mtcnn-align-facenet-deployment
本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;最后将提取到的人脸特征与底库中的人脸特征进行相似度计算(特征比对),完成人脸识别功能。
☆34Updated 4 years ago
Alternatives and similar repositories for mtcnn-align-facenet-deployment:
Users that are interested in mtcnn-align-facenet-deployment are comparing it to the libraries listed below
- yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的☆62Updated 3 years ago
- 一种适合 工业级应用的基于深度学习的实时人脸检测与识别算法的C++实现,仅仅只依赖opencv库☆49Updated 2 years ago
- 更改facenet源码目录的一些结构,下载即用。功能包括:一、摄像头人脸检测,关键点检测。二、静态图人脸检测,关键点检测。三、人脸对齐。四、人脸比较。五、人脸聚类。☆55Updated last year
- ☆34Updated 3 years ago
- 基于InsightFace的人脸识别☆81Updated 4 years ago
- 同时识别年龄与性别☆83Updated 6 years ago
- 使用OpenCV部署libface人脸检测和SFace人脸识别,包含C++和Python两种版本的程序,仅仅只依赖OpenCV库就能运行☆96Updated 3 years ago
- 基于MTCNN和MobileFaceNet实现的人脸识别,提供三种预测方式,满足各种需求 。☆66Updated 2 months ago
- 人体姿态估计的android端实现,采用yolox-nano作为目标检测器☆52Updated 3 years ago
- 这是一个利用facenet和retinaface实现人脸识别的库,可以进行 在线的人脸识别。☆43Updated 3 years ago
- 这是一个facenet-keras的源码,可以用于训练自己的模型。☆63Updated 2 years ago
- 98 landmark detection☆34Updated 4 years ago
- facenet人脸检测与识别系统☆218Updated 2 years ago
- liveness detection with opencv 人脸识别 活体检测☆26Updated 4 years ago
- 深度学习车牌检测与识别,检测结果包含车牌矩形框和4个角点,基于pytorch框架运行☆115Updated 3 years ago
- Next Gen Face detection based on YOLOv7☆60Updated 2 years ago
- 使用opencv部署深度学习车牌检测与识别,包含Python和C++两种版本的实现☆50Updated 3 years ago
- 使用ONNXRuntime部署YOLOV7人头检测,包含C++和Python两个版本的程序☆31Updated 2 years ago
- ncnn在Android的一个测试,包含了人脸检测(face detection),人脸属性(face attributes),人脸识别(face recognition)。车辆检测(Vehicle detection),车牌检测(plate detection),车牌识别…☆58Updated 4 years ago
- 使用BiSeNet做人脸面部解析,包含了基于pytorch, opencv, onnxruntime三种库的程序实现,并且比较了在调用三种库的输入和输出的差异☆12Updated 3 years ago
- Using pytorch: yolov5+facenet+svm☆63Updated 2 years ago
- 简单拼接一些源码,实现的人脸识别项目。可供学习参考。具体使用到:yolov5人脸检测、arcface人脸识别。☆91Updated 3 years ago
- 使用OpenCV部署P2PNet人群检测和计数,包含C++和Python两种版本的实现☆53Updated 3 years ago
- 更新的yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的☆125Updated 3 years ago
- 适用于复杂场景的人脸识别身份认证系统☆321Updated 7 months ago
- PP-YOLOE行人检测+HRNet人体骨骼关键点检测,使用ONNXRuntime部署,包含C++和Python两个版本的程序☆36Updated 2 years ago
- 纯YOLO系列的人脸检测+106个关键点检测☆31Updated 4 years ago
- 用opencv的dnn模块实现人脸口罩检测,包含C++和Python两种版本的实现☆54Updated 3 years ago
- Face mask deteciton demo, by tensorflow.js☆55Updated 5 years ago
- Retinaface pytorch face-pose-detect face-key-point-detect☆36Updated 4 years ago