chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is human detection boxes results after NMS?

Binyr opened this issue · comments

commented

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.