Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 757 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 757 Bytes

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;