echo1118 / Live_Detection
活体检测:眨眼检测、张嘴检测、摇头检测、点头检测
☆27Updated 3 years ago
Alternatives and similar repositories for Live_Detection:
Users that are interested in Live_Detection are comparing it to the libraries listed below
- liveness detection with opencv 人脸识别 活体检测☆26Updated 3 years ago
- 使用OpenCV部署libface人脸检测和SFace人脸识别,包含C++和Python两种版本的程序,仅仅只依赖OpenCV库就能运行☆96Updated 3 years ago
- 静默活体检测 Silent Face Anti-Spoofing Attack Detection☆286Updated 3 years ago
- 基于MTCNN和MobileFaceNet实现的人脸识别,提供三种预测方式,满足各种需求 。☆65Updated last month
- 基于InsightFace的人脸识别☆80Updated 4 years ago
- seetaface6的python实现☆32Updated last year
- 更改facenet源码目录的一些结构,下载即用。功能包括:一、摄像头人脸检测,关键点检测。二、静态图人脸检测,关键点检测。三、人脸对齐。四、人脸比较。五、人脸聚类。☆54Updated last year
- 用opencv的dnn模块实现人脸口罩检测,包含C++和Python两种版本的实现☆54Updated 3 years ago
- facenet人脸检测与识别系统☆218Updated 2 years ago
- yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的☆62Updated 3 years ago
- 基于人脸关键区域提取的人脸识别(LFW:99.82%+ CFP_FP:98.50%+ AgeDB30:98.25%+)☆271Updated 3 years ago
- 适用于复杂场景的人脸识别身份认证系统☆320Updated 6 months ago
- ☆53Updated last year
- Pytorch实现的人脸识别明细MobileFaceNet模型,在预测使用MTCNN检测人脸,然后使用MobileFaceNet模型识别。☆139Updated 3 years ago
- ☆28Updated 2 years ago
- A simple face anti-spoofing based on CNN trained with HSV + YCrCb color feature, implemented with tensorflow and keras.☆55Updated 4 years ago
- ☆35Updated last year
- 更新的yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的☆126Updated 3 years ago
- ☆34Updated 3 years ago
- 这是一个retinaface-pytorch的源码,可以用于训练自己的模型。☆222Updated 2 years ago
- 使用OpenCV部署SCRFD人脸检测,包含C++和Python两种版本的程序实现,本套程序只依赖opencv库就可以运行, 从而彻底摆脱对任何深度学习框架的依赖。☆113Updated 3 years ago
- InsightFaceRecognition_Demo_AndroidNCNN☆61Updated 4 years ago
- ☆20Updated 4 years ago
- 简单、快速搞定人脸识别应用,觉得有帮助,给个start吧!☆202Updated 3 years ago
- Face liveness detection☆60Updated 2 years ago
- 简单拼接一些源码,实现的人脸识别项目。可供学习参考。具体使用到:yolov5人脸检测、arcface人脸识别。☆89Updated 3 years ago
- 基于ncnn的手机端轻量级人脸检测和关键点定位模型☆52Updated 3 years ago
- 配合式活体检测☆9Updated 5 years ago
- 本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;…☆34Updated 3 years ago
- detect face with mtcnn and embedder with insightface☆69Updated 6 years ago