MAhaitao999 / mtcnn-align-facenet-deploymentLinks
本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸 关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;最后将提取到的人脸特征与底库中的人脸特征进行相似度计算(特征比对),完成人脸识别功能。
☆37Updated 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
Sorting:
- 一种适合工业级应用的基于深度学习的实时人脸检测与识别算法的C++实现,仅仅只依赖opencv库☆51Updated 3 years ago
- yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本 的☆64Updated 4 years ago
- 使用OpenCV部署libface人脸检测和SFace人脸识别,包含C++和Python两种版本的程序,仅仅只依赖OpenCV库就能运行☆102Updated 3 years ago
- 用opencv的dnn模块实现人脸口罩检测,包含C++和Python两种版本的实现☆54Updated 4 years ago
- 更改facenet源码目录的一些结构,下载即用。功能包括:一、摄像头人脸检测,关键点检测。二、静态图人脸检测,关键点检测。三、人脸对齐。四、人脸比较。五、人脸聚类。☆58Updated 2 years ago
- 移动端实时疲劳驾驶检测☆43Updated 4 years ago
- 使用ONNXRuntime部署YOLOV7人脸+关键点检测,包含C++和Python两个版本的程序☆51Updated 2 years ago
- 同时识别年龄与性别☆84Updated 6 years ago
- Face mask deteciton demo, by tensorflow.js☆54Updated 5 years ago
- 基于InsightFace的人脸识别☆87Updated 4 years ago
- 深度学习车牌检测与识别,检测结果包含车牌矩形框和4个角点,基于pytorch框架运行☆115Updated 3 years ago
- 使用OpenCV部署L2CS-Net人脸朝向估计,包含C++和Python两个版本的程序,只依赖opencv库就可以运行☆19Updated 2 years ago
- ncnn在Android的一个测试,包含了人脸检测(face detection),人脸属性(face attributes),人脸识别(face recognition)。车辆检测(Vehicle detection),车牌检测(plate detection),车牌 识别…☆58Updated 5 years ago
- 更新的yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的☆129Updated 4 years ago
- Next Gen Face detection based on YOLOv7☆61Updated 2 years ago
- 使用ONNXRuntime部署鲁棒性视频抠图,包含C++和Python两种版本的程序☆46Updated 3 years ago
- ☆36Updated 3 years ago
- 适用于复杂场景的人脸识别身份认证系统☆333Updated last month
- 基于rknn的yolov5的cpp实现,包含各种依赖库,是一个完整工程,可直接编译运行☆20Updated 3 years ago
- Retinaface人脸检测网络 MNN、NCNN嵌入式,Linux端推理源码,包含一个卡通人脸检测的模型,脚本一键构建可执行程序☆25Updated 4 years ago
- 纯YOLO系列的人脸检测+106个关键点检测☆34Updated 4 years ago
- 人体姿态估计的android端实现,采用yolox-nano作为目标检测器☆52Updated 3 years ago
- 当下热门的模糊人脸修复模型的部署,分别是:Codeformer,GFPGAN,GPEN,Restoreformer☆34Updated last year
- facenet人脸检测与识别系统☆221Updated 2 years ago
- deploy onnx models with TensorRT and LibTorch☆17Updated 3 years ago
- 集成C/C++ OpenCV 常用的算法和工具☆50Updated this week
- 人员佩戴口罩检测数据集☆84Updated 5 years ago
- 利用SSD目标检测算法判断是否闭眼或者张开嘴和吸烟打电话等手势行为,通过PERCLOS准则判断是否疲劳等等,功能涵盖7类情绪识别,眨眼判断,哈欠判断,吸烟,打电话等,达到危险驾驶检测的功能☆130Updated 2 years ago
- 使用ONNXRuntime部署YOLOV7人头检测,包含C++和Python两个版本的程序☆31Updated 2 years ago
- 人脸识别算法,结合facenet网络结构和center loss作为损失,基于tensorflow框架,含训练和测试代码,支持从头训练和摄像头测试☆154Updated 5 years ago