chenyilun95 / tf-cpn

Cascaded Pyramid Network for Multi-Person Pose Estimation (CVPR 2018)
MIT License
792 stars 197 forks source link

Is human detection boxes results after NMS? #64

Open Binyr opened 5 years ago

Binyr commented 5 years ago

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

chenyilun95 commented 5 years ago

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