TannerGilbert / Tutorials

Code for some of my articles
https://gilberttanner.com/
MIT License
561 stars 631 forks source link

how to get mAP and precision and recall values for tensorflow object detection API? #18

Closed angyee closed 4 years ago

angyee commented 4 years ago

I have created a custom TensorFlow object detection api, now I want to get the values of mAP and precision and recall? how?

using your video on youtube https://www.youtube.com/watch?v=HjiBbChYRDw @TannerGilbert

TannerGilbert commented 4 years ago

You can use the COCO detection metrics.