tf-cpn
tf-cpn copied to clipboard
Is human detection boxes results after NMS?
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
As shown in paper, we use soft-nms. You can get better detected boxes from the state-of-the-art detectors, like Detectron.