problem about the precision-recall curve
1292765944 opened this issue · 1 comments
1292765944 commented
I notice that you set a lower confidence threshold for detector than default in Faster R-CNN. Is this help for calculating accurate AP? Or lower threshold means better AP? https://github.com/bharatsingh430/soft-nms/blob/master/lib/fast_rcnn/test.py#L232
Best!
bharatsingh430 commented
0.001 will also give the same result. In r-fcn it is set to -inf. Higher threshold makes soft-nms a bit faster.