kpzhang93 / MTCNN_face_detection_alignment

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
MIT License
2.8k stars 1.01k forks source link

Face Alignment #8

Closed affromero closed 7 years ago

affromero commented 7 years ago

After running demo.m on MTCNNv1 or v2, how can I align that face with respect to the eye points? Is there code to do so?

kli-casia commented 7 years ago

Maybe you can refer to this https://github.com/ydwen/caffe-face/blob/caffe-face/face_example/extractDeepFeature.m

Especially these codes qq 20161217224659

yekeping commented 7 years ago

Do you solve your question?