qiaoxiu / seetaface6Recognition
基于中科院最新开源的模型提供python实现的人脸全流程方案 人脸定位 人脸识别 人脸登录
☆15Updated 4 years ago
Alternatives and similar repositories for seetaface6Recognition:
Users that are interested in seetaface6Recognition are comparing it to the libraries listed below
- 基于MTCNN和MobileFaceNet实现的人脸识别,提供三种预测方式,满足各种需求 。☆65Updated last month
- 更改facenet源码目录的一些结构,下载即用。功能包括:一、摄像头人脸检测,关键点检测。二、静态图人脸检测,关键点检测。三、人脸对齐。四、人脸比较。五、人脸聚类。☆55Updated last year
- 用opencv的dnn模块实现人脸口罩检测,包含C++和Python两种版本的实现☆54Updated 3 years ago
- 这是一个利用facenet和retinaface实现人脸识别的库,可以进行在线的人脸识别。☆43Updated 3 years ago
- Face liveness detection☆60Updated 2 years ago
- 本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;…☆34Updated 4 years ago
- ☆28Updated 3 years ago
- 使用OpenCV部署libface人脸检测和SFace人脸识别,包含C++和Python两种版本的程序,仅仅只依赖OpenCV库就能运行☆96Updated 3 years ago
- 一种适合工业级应用的基于深度学习的实时人脸检测与识别算法的C++实现,仅仅只依赖opencv库☆49Updated 2 years ago
- 中科视拓人脸识别智能设备管理平台☆27Updated 5 years ago
- 98 landmark detection☆34Updated 4 years ago
- seetaface6的python实现☆32Updated last year
- facenet人脸检测与识别系统☆217Updated 2 years ago
- 基于InsightFace的人脸识别☆81Updated 4 years ago
- It is a face recognition system using mtcnn and arcface in pytorch☆17Updated 5 years ago
- 变电站作业管控平台。包括人脸识别考勤,移动目标跟踪,越线检测,安全措施检测,姿态识别等功能。☆94Updated 5 years ago
- 同时识别年龄与性别☆83Updated 6 years ago
- ☆35Updated 3 weeks ago
- Quickly build a server to face recognition with mask☆25Updated 3 years ago
- 简单拼接一些源码,实现的人脸识别项目。可供学习参考。具体使用到:yolov5人脸检测、arcface人脸识别。☆89Updated 3 years ago
- yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的☆62Updated 3 years ago
- 这是一个facenet-keras的源码,可以用于训练自己的模型。☆63Updated 2 years ago
- 车牌识别,基于HyperLPR实现,修改模型调用方法,使用caffe+tensorRT实现GPU加速,修改了车牌检测模型☆18Updated 3 years ago
- Using pytorch: yolov5+facenet+svm☆63Updated 2 years ago
- 利用facenet进行人脸特征提取,保存入mysql,后期可进行比对进行人脸登陆☆81Updated 6 years ago
- 基于4种轻量级深度卷积网络的无场景约束全自动车牌识别,轻量级车牌检测,轻量级车牌识别,pyqt5可视化界面☆59Updated 4 years ago
- ncnn在Android的一个测试,包含了人脸检测(face detection),人脸属性(face attributes),人脸识别(face recognition)。车辆检测(Vehicle detection),车牌检测(plate detection),车牌识别…☆58Updated 4 years ago
- MTCNN和facenet进行实时人脸识别☆45Updated 5 years ago
- 基于ncnn的手机端轻量级人脸检测和关键点定位模型☆52Updated 3 years ago
- 通过 Mtcnn 实现人脸的检测并且能够标注出来,然后利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别☆38Updated 6 years ago