EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

How to determine accuracy of the Faster RCNN model? #528

Open ash97-ai opened 3 years ago

ash97-ai commented 3 years ago

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?

mgultekin commented 3 years ago

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