Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
-
Updated
Feb 21, 2024 - Python
Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
个人毕业设计 - 基于树莓派、OpenCV及Python语言的人脸识别
Face recognition docker image to provide a web service which is able to register and recognize faces
Face Recognition using pre-trained model built-on Arcface was implemented on Pytorch.
Training a face Recognizer using ResNet50 + ArcFace in TensorFlow 2.0
本项目是利用mtcnn网络和facenet网络实现了一个简单的人脸识别功能。整体流程大致如下:首先利用mtcnn网络进行人脸检测和人脸关键点(5个)提取;接着利用人脸关键点进行人脸校正(仿射变换);然后将校正之后的人脸图片送入facenet网络进行人脸特征(128维)提取;最后将提取到的人脸特征与底库中的人脸特征进行相似度计算(特征比对),完成人脸识别功能。
CogniTrack is an Artificial Intelligence powered person tracking system that acquires images from CCTV cameras and tracks individuals appearing in the frame in real-time.
人脸打分服务,通过tensorflow通过人脸识别,测年龄,最终返回打分的json
A lightweight face-recognition toolbox and pipeline based on tensorflow-lite
Face Recognition Based Attendance System
Official repository of paper "GraFIQs: Face Image Quality Assessment Using Gradient Magnitudes"
Pipeline for face detection and matching
Official repository of the paper Privacy-friendly Synthetic Data for the Development of Face Morphing Attack Detectors
Repo for our Paper: Cross Quality LFW: A database for Analyzing Cross-Resolution Image Face Recognition in Unconstrained Environments
Face Recognition Using CNN in Real-Time Videos
Face Recognition Library
Add a description, image, and links to the facerecognition topic page so that developers can more easily learn about it.
To associate your repository with the facerecognition topic, visit your repo's landing page and select "manage topics."