A complete solution for faceDetection,Facealignment,and faceRecogniton using MTCNN and Center Loss under the Caffe framework
face detection and alignment with the MTCNN lib from happynear
https://github.com/happynear/MTCNN_face_detection_alignment/tree/master/code/codes/vs
dataPreprocess for training and testing, using MTCNN
old version for face alignment with the dlib-18.17 lib
feature extract with the caffe_api, and add these features to the database;
face detction、face alignment、face recognition using all above methods;