人脸特征点定位

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 Alignment at 3000 FPS via Regressing Local Binary Features [2014]

paper: http://www.jiansun.org/papers/CVPR14_FaceAlignment.pdf

codes: https://github.com/yulequan/face-alignment-in-3000fps

Facial Landmark Detection by Deep Multi-task Learning [2014]

project: http://mmlab.ie.cuhk.edu.hk/projects/TCDCN.html

人脸检测

Finding Tiny Faces
paper: https://www.cs.cmu.edu/~peiyunh/tiny/

codes: https://github.com/peiyunh/tiny

05-11 22:03