Closed facenx closed 8 years ago
Yes, if the threshold is set lower to have higher recall rate, more rectangles should appear. However, as mentioned in this issue, the rectangles should first be sorted by confidence before NMS is performed, this is an error of mine.
Year. I found the absence of sorting at the end of _cal_face_24cnet function, but fixing doesn't appear something new: I also played with threshold and found the best value 0.92 that leads to this result: As before it seems not perfect especially because of simple example and hard threshold tuning on it. So do u see something like this on your screen, or I something do not yet know? :)
I do hope I am not putting you to too much trouble.
Thanks.
Yes, I did see something like this on my screen! No problem.
It seems that current quality is not enough to real usage. But code base has a big potential to create competitive detector with such production ready solutions as dlib, libccv etc. Thanks a lot.
No problem, and thanks for your comments!
Hi,
I ran face_cascade_fullconv_single_crop_single_image.py script as noticed in readme without any modifications and got this result:
Can you say if it is expected result? Or any setup should be done before running this script.
Thanks.