liuwei16 / CSP

High-level Semantic Feature Detection: A New Perspective for Pedestrian Detection, CVPR, 2019
755 stars 191 forks source link

Is nms postprocess necessary? #81

Open MingxiLi opened 4 years ago

MingxiLi commented 4 years ago

Hi,

I have a question about the NMS post-processing. For example, why not try sigmoid activation function at the end of the network and get a heatmap with prob between [0, 1] ? The nms process can be removed then.

Did you do some experiments like this ? And how about the results ?