anson0910 / CNN_face_detection

Implementation based on the paper Li et al., “A Convolutional Neural Network Cascade for Face Detection, ” 2015 CVPR
253 stars 147 forks source link

Is there any way to reduce false postive? #11

Closed sunjia2015 closed 8 years ago

sunjia2015 commented 8 years ago

Hi I have test your network on lfw. there are usually more than one rectangle on detection. Is there any way to reduce the false postive? Thank you very much.

anson0910 commented 8 years ago

I think it is possible to reduce the number of false positives by increasing the confidence value in the detect_face_48c method of face_detection_functions.py.