Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 454 Bytes

File metadata and controls

11 lines (6 loc) · 454 Bytes

joint-cascade-face-detection-and-alignment

This project is a C++ reimplementation of joint cascade face detection and alignment in the ECCV 2014

This project start with the code from https://github.com/yulequan/face-alignment-in-3000fps

I do not make sure the implementation is right, but in my experiment, i get the right face with right keypoints.

You should read yulequan's codes first, then compare them with mine.

Sorry for my codestyle : (