Mtcnn caffeSimple implementation of kpzhang93's paper from Matlab to c++, and don't change models.
Facenet PytorchPretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
FacenetFace recognition using Tensorflow
FacerecognitionThis is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.
MtcnnMTCNN face detection implementation for TensorFlow, as a PIP package.
GofaceFace Detector based on MTCNN, tensorflow and golang
Tensorflow MtcnnC++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
Awesome Face DetectionCompare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
FacedetectorA re-implementation of mtcnn. Joint training, tutorial and deployment together.
Mtcnnface detection and alignment with mtcnn
Opencv MtcnnAn implementation of MTCNN Face detector using OpenCV's DNN module
DfaceDeep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
Mtcnn CaffeJoint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
Face Track Detect Extract 💎 Detect , track and extract the optimal face in multi-target faces (exclude side face and select the optimal face).
Mtcnn全平台实时人脸检测和姿态估计,提供无需任何框架实现Realtime Face Detection and Head pose estimation on Windows、Ubuntu、Mac、Android and iOS
FacedetectionC++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/tensorflow, are all suppported now
mtcnn-pytorchpytorch implementation of face detection algorithm MTCNN
MTCNN TRAINMTCNN_Training Scripts For Face Detection with PyTorch 0.4.0
FaceNet-based-Attendance-SystemDeep Learning based Web Application for marking attendance of students by recognizing the student's faces from the surveillance video footage of classroom.
multi-task-learningMulti-task learning smile detection, age and gender classification on GENKI4k, IMDB-Wiki dataset.
FaceI have published my face related codes in this repository
mtcnn tfMTCNN implement by tensorflow. Easy to training and testing.
FaceRecognitionCppLarge 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
tf-mtcnnThis project provide a single tensorflow model implement the mtcnn face detector. And it shows how to convert model from caffe to tensorflow in a hard way.
FaceIDLightA lightweight face-recognition toolbox and pipeline based on tensorflow-lite
pymtcnnmtcnn python implementation based on Caffe framework