soft-nms
soft-nms copied to clipboard
How to draw Precision vs Recall curve ?
I want to draw the Precision vs Recall curve like which in the paper. Does this project have such tools/codes?
you need to change the evaluation code (lib/pycocotools/cocoeval.py, accumulate and summarize) and save the stats.
@bharatsingh430 Thanks a lot! Could I evaluate like this when testing on PASCAL VOC too?
I didn't do it for pascal, so i don't know how to do it, but it should be possible to do.