Skip to content

Conversation

dsbarinov1
Copy link

Motivation:
Working with the Accuracy Checker tool is currently a very time-consuming process for the unfamiliar user. To successfully validate a model with this tool, you must manually:

  1. Download the model
  2. Compile the model with the required parameters
  3. Download the dataset
  4. Convert annotations
  5. Prepare a configuration file
  6. Run Accuracy Checker.

In order to avoid a lot of steps from the above mentioned, some automation is suggested.

Purpose:
Simplifying work with Accuracy Checker by only passing the arguments via console and, thus, automatically:

  • Downloading models from the OMZ;
  • Compiling models of the majority of the most popular frameworks;
  • Converting annotations;
  • Creating/configuring configuration files for models;
  • Running Accuracy Checker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants