luoyetx / face-alignment-at-3000fps

C++ implementation of Face Alignment at 3000 FPS via Regressing Local Binary Features
BSD 3-Clause "New" or "Revised" License
197 stars 120 forks source link

webcam model test? #18

Open waterball2016 opened 7 years ago

waterball2016 commented 7 years ago

I've tried jwyang's implementation of the algorithm. The result is quite poor. I tired it on webcam, and the points detected are always shaking. and the side face detection is also unacceptable. So what is the differences between your code and jwyang's. Any improvement on that?

luoyetx commented 7 years ago

Same implement, not much difference. We need a better way to do data augmentation, No face detector for preprocess.