cocodataset / cocoapi

COCO API - Dataset @ http://cocodataset.org/
Other
6.11k stars 3.76k forks source link

How to plot the Precission/Recall Curve out of CocoEval? #526

Open SeucheAchat9115 opened 3 years ago

SeucheAchat9115 commented 3 years ago

I am wondering if it is possible to plot the Precission/Recall Curve from the detections in python. I have seen, that there are precission, recall and score values in cocoEval.eval after accumulate, but how can I plot the curve using this as input.

Thanks for any suggestions.

matejsuchanek commented 7 months ago

In case someone had the same problem and ended up here, this was answered in https://github.com/facebookresearch/maskrcnn-benchmark/issues/94#issuecomment-537690872.