Open SeucheAchat9115 opened 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.
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.
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.