Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 AI model convert: ONNX(PyTorch)

Evaluate AI model

The CV tool does not include a mechanism to evaluate the inference time, accuracy, etc. of the converted model.

...

Run Please evaluate in one of the following ways.

  1. Running the converted model on the i-PRO camera

...


  1. Inference time
    Measure the time before and after the inference execution API (Adam_AI_RunNet()) call

...

  1. Precision
    Evaluate the accuracy using the data obtained by the API

...

  1. (Adam_AI_GetOutput()) that acquires the data of the output layer of the model.

...

  1. Using sample app
    The CV tool includes a sample app that allows you to obtain inference time and output layer data for the converted model. This page explains how to use it.

  2. Using simulator in CV tool
    It is possible to perform inference for the converted model. Please refer here on how to use it.

Sample app for evaluation

...

Preparing for the evaluation

...