Cv9527 / FaceRecognition

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

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

License:Apache License 2.0


Languages

Language:C++ 100.0%