facedetect icon indicating copy to clipboard operation
facedetect copied to clipboard

face detect

Open hellozjr opened this issue 9 years ago • 4 comments

hello, I used your classifier/dumb.txt, but can not detect face.

hellozjr avatar Dec 14 '16 01:12 hellozjr

dumb.txt contains a set of random weak classifiers, no wonder it is not able to detect faces! You must train a classifier on a dataset.

We might add a working classifier later on but we are currently focused on other school projects.

choucavalier avatar Dec 14 '16 09:12 choucavalier

hello,i trained a classifier on the dataset which downloaded from your provide net yesterday,but now it breaks because Segmentation fault .it is about 2726 weak classifiers.

hellozjr avatar Dec 14 '16 09:12 hellozjr

We broke the code a few months back and introduced some segmentation faults. We won't be able to fix that for now.

choucavalier avatar Dec 14 '16 09:12 choucavalier

@tgy Oi @hellozjr this repo is still 'hot code', there is an issue with the Adaboost cascade

Orkat avatar Dec 14 '16 11:12 Orkat