simple-faster-rcnn-pytorch
simple-faster-rcnn-pytorch copied to clipboard
nms
trafficstars
I think that the code does not use nms to discard the repetitive bboxes, which reduces mAP. But in the demo, nms is utilized before visualizing predicted bboxes. I want to know if it is reasonable to use nms before calculating mAP ?