tf-cpn icon indicating copy to clipboard operation
tf-cpn copied to clipboard

Is human detection boxes results after NMS?

Open Binyr opened this issue 6 years ago • 1 comments

Hi! Thanks for providing such a wonderful work. I have read your code and visualize results.I observe that two almost the same boxes have very different cls_score. I wonder if human detection boxes results have already go through NMS? If ture, what kind of nms did you use. Could release the results before NMS? Thank you very much

Binyr avatar Dec 11 '18 05:12 Binyr

As shown in paper, we use soft-nms. You can get better detected boxes from the state-of-the-art detectors, like Detectron.

chenyilun95 avatar Dec 14 '18 05:12 chenyilun95