LevinJ / SSD_tensorflow_VOC

Apache License 2.0
60 stars 31 forks source link

Is there a way to plot the precision- recall curve ? #4

Open cravisjan97 opened 7 years ago

cravisjan97 commented 7 years ago

I would like to plot the precision recall curve for my evaluation

s101034034 commented 7 years ago

Did you figure it out? I'm trying to plot the curve too. But I can't get the values.

cravisjan97 commented 7 years ago

No I am also trying to do the same

LevinJ commented 7 years ago

Hi, you could draw the precision recall curve with sklearn API precision_recall_curve, here is a link how to use it. Hope it helps!

http://scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html#sphx-glr-auto-examples-model-selection-plot-precision-recall-py