ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.28k stars 3.05k forks source link

hi, what's the face detection algorithm this lib using? #45

Closed GoodJoey closed 5 years ago

alexyangfox commented 6 years ago

Saw this on Dr Yu 's website:

We trained a face detector which can achieve state-of-the-art performance. Some details are as follows:

Feature: LBP
Classifier: Gentle AdaBoost
Positives samples: ~150,000

dexception commented 6 years ago

@alexyangfox

I highly doubt it. It looks like some sort of voila jones face detector with some filters and optimizations.