首页 > 代码库 > face detection,landmark, recognition with deeplearning

face detection,landmark, recognition with deeplearning

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks

codes: https://github.com/kpzhang93/MTCNN_face_detection_alignment

bolg: http://blog.csdn.net/hjimce/article/details/49955149

 

人脸特征点定位

Extensive Facial Landmark Localization with Coarse-to-fine Convolutional Network Cascade

paper: http://www.cv-foundation.org/openaccess/content_iccv_workshops_2013/W11/papers/Zhou_Extensive_Facial_Landmark_2013_ICCV_paper.pdf

face detection,landmark, recognition with deeplearning