mks0601 / A-Convolutional-Neural-Network-Cascade-for-Face-Detection

TensorFlow implementation of "A Convolutional Neural Network Cascade for Face Detection", CVPR 2015
http://www.cv-foundation.org/openaccess/content_cvpr_2015/papers/Li_A_Convolutional_Neural_2015_CVPR_paper.pdf
109 stars 62 forks source link

false positive #4

Closed tengshaofeng closed 7 years ago

tengshaofeng commented 7 years ago

hi, Thanks for your great work. I have trained the model according to your code. It can detect well in some images, but not so good in other images which contain some false positive box. How can i remove the positive box? I have tried to modify thr_12=0.8, thr24=0.8, thr=0.8 when i test my model.

tengshaofeng commented 7 years ago

I have solved the problem. It takes me a very good performance. Thank you so much.