All Projects → OAID → Facerecognition

OAID / Facerecognition

This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Facerecognition

Facedetection
C++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/tensorflow, are all suppported now
Stars: ✭ 255 (+86.13%)
Mutual labels:  caffe, face-detection, mxnet, mtcnn
FaceIDLight
A lightweight face-recognition toolbox and pipeline based on tensorflow-lite
Stars: ✭ 17 (-87.59%)
Mutual labels:  face-recognition, face-detection, mtcnn
Insightface Just Works
Insightface face detection and recognition model that just works out of the box.
Stars: ✭ 127 (-7.3%)
Mutual labels:  face-detection, face-recognition, mxnet
Sphereface
Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
Stars: ✭ 1,483 (+982.48%)
Mutual labels:  caffe, face-detection, face-recognition
Facenet Pytorch
Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
Stars: ✭ 2,564 (+1771.53%)
Mutual labels:  face-detection, face-recognition, mtcnn
Insightface
State-of-the-art 2D and 3D Face Analysis Project
Stars: ✭ 10,886 (+7845.99%)
Mutual labels:  face-detection, face-recognition, mxnet
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (-22.63%)
Mutual labels:  face-detection, face-recognition, mtcnn
Arcface Multiplex Recognition
适用于复杂场景的人脸识别身份认证系统
Stars: ✭ 200 (+45.99%)
Mutual labels:  face-detection, face-recognition, mxnet
Mtcnn
全平台实时人脸检测和姿态估计,提供无需任何框架实现Realtime Face Detection and Head pose estimation on Windows、Ubuntu、Mac、Android and iOS
Stars: ✭ 351 (+156.2%)
Mutual labels:  caffe, face-detection, mtcnn
iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (-67.15%)
Mutual labels:  mxnet, face-recognition, face-detection
Facenet
Face recognition using Tensorflow
Stars: ✭ 12,189 (+8797.08%)
Mutual labels:  face-detection, face-recognition, mtcnn
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-51.82%)
Mutual labels:  caffe, mxnet, mtcnn
FaceRecognitionCpp
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
Stars: ✭ 40 (-70.8%)
Mutual labels:  face-recognition, face-detection, mtcnn
Face-Recognition-Jetson-Nano
Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
Stars: ✭ 63 (-54.01%)
Mutual labels:  face-recognition, face-detection, mtcnn
Deepcamera
Open source face recognition on Raspberry Pi. SharpAI is open source stack for machine learning engineering with private deployment and AutoML for edge computing. DeepCamera is application of SharpAI designed for connecting computer vision model to surveillance camera. Developers can run same code on Raspberry Pi/Android/PC/AWS to boost your AI production development.
Stars: ✭ 757 (+452.55%)
Mutual labels:  face-detection, face-recognition, mxnet
Face Recognition Cpp
Real Time Face Recognition Detector. Over 30FPS on CPU!
Stars: ✭ 68 (-50.36%)
Mutual labels:  face-detection, face-recognition, mtcnn
Pyseeta
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
Stars: ✭ 93 (-32.12%)
Mutual labels:  face-detection, face-recognition
Hellovision
Vision framework example for my article. https://medium.com/compileswift/swift-world-whats-new-in-ios-11-vision-456ba4156bad
Stars: ✭ 93 (-32.12%)
Mutual labels:  face-detection, face-recognition
Awslambdaface
Perform deep neural network based face detection and recognition in the cloud (via AWS lambda) with zero model configuration or tuning.
Stars: ✭ 98 (-28.47%)
Mutual labels:  face-detection, face-recognition
Joint Face Detection And Alignment
Caffe and Python implementation of Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
Stars: ✭ 102 (-25.55%)
Mutual labels:  caffe, mtcnn

FaceRecognition

GitHub license

FaceRecognition is an implementation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenedCNN algorithm.

The release version is 0.1.3, is based on ROCK960 Platform, target OS is Ubuntu 16.04.

  • MTCNN is a deep cascaded multi-task framework to boost up face detection performance. See also OAID/FaceDetection.
  • Lightened CNN is a light CNN framework to learn a compact embedding on the large-scale face data with massive noisy labels. See also LightenedCNN.

Documents

Release History

Version 0.1.3 - 2018-2-1

Fix bugs in accuracy test. Add FaceRecognition test control.

Version 0.1.2 - 2018-1-26

Add support to test MTCNN and lightenedCNN. Update log and time control.

Version 0.1.1 - 2017-12-29

Add support to set the max number of faces.

Version 0.1.0 - 2017-10-23

Initial version supports face register, face detection, and face recognization.

Issue Report

Encounter any issue, please report on issue report. Issue report should contain the following information:

  • The exact description of the steps that are needed to reproduce the issue.
  • The exact description of what happens and what you think is wrong.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].