0

https://github.com/openvinotoolkit/open_model_zoo/blob/master/tools/accuracy_checker/README.md

Keeping in mind the above, I have the following question

I have an external model, which I have already trained and got the corresponding results. Is it possible to do the accuracy check for the results directly, rather than running the model again on the input images?

So this is what I mean is

accuracy_check -c path/to/configuration_file -m /path/to/models -s /path/to/source/data -a /path/to/annotation

should be replaced with

accuracy_check -c path/to/configuration_file -r path/to/model_execution_results -a /path/to/annotation

Ravi Arora
  • 76
  • 6

1 Answers1

0

Unfortunately, running the accuracy check for the results directly instead of running the model again on the input images is not possible.

You may refer here for further infos on how to correctly use the Accuracy Checker Tool.

Rommel_Intel
  • 1,369
  • 1
  • 4
  • 8