0

I am using my trained model to test images. The model can detect objects of my test images in the right way, but not all of them, so I would like to ask how can I check if it detects the right objects in an image. It 's so easy to do that by using my eyes but I want to do it by coding. Is there any options to do that? Thanks.

I am using Tensorflow Object detection API and Python 3.6.

Tong
  • 77
  • 2
  • 11

1 Answers1

0

You are talking about benchmark metrics, usually, mAP (mean average precision) is used. Check mAP metric in object detection and computer vision

stormzhou
  • 316
  • 2
  • 5