/FaceRecognition

A complete solution for faceDetection,Facealignment,and faceRecogniton using MTCNN and Center Loss under the Caffe framework

Primary LanguageC++Apache License 2.0Apache-2.0

FaceRecognition

A complete solution for faceDetection,Facealignment,and faceRecogniton using MTCNN and Center Loss under the Caffe framework

faceDetection

face detection and alignment with the MTCNN lib from happynear
https://github.com/happynear/MTCNN_face_detection_alignment/tree/master/code/codes/vs

dataProcess

dataPreprocess for training and testing, using MTCNN

faceAlignment

old version for face alignment with the dlib-18.17 lib

featureExtract

feature extract with the caffe_api, and add these features to the database;

faceRecogniton

face detction、face alignment、face recognition using all above methods;