TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 icon indicating copy to clipboard operation
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard

How to determine accuracy of the Faster RCNN model?

Open ash97-ai opened this issue 5 years ago • 1 comments
trafficstars

I am using Tensorflow object detection API and faster rcnn for detecting characters and digits in an image. How can i measure the accuracy of the model? Like is there any evaluation metrics for the same?

ash97-ai avatar Oct 14 '20 09:10 ash97-ai

As I know that there are two options.

  1. you can train your model with train.py and then you can run evaluate.py
  2. you can train your model with model_main.py then you won't need to run evaluate file

mgultekin avatar Dec 19 '20 16:12 mgultekin