Difference between revisions of "Getting started with AI on NXP i.MX8M Plus/Neural Processing Unit/Use Case experiments: Smart Parking/Serial experiments"

From RidgeRun Developer Connection
Jump to: navigation, search
(Created page with "== Purpose of Serial experiments == The main goal of these experiments is to measure the execution time performance, knowing that CPU, the delegates NNAPI and XNNPACK are goi...")
 
Line 7: Line 7:
 
Initial conditions:
 
Initial conditions:
  
* asd
+
* The stages are executed sequentially.
 +
* 100 warmup inference iterations.
 +
* 1 valid inference iteration.

Revision as of 19:24, 24 November 2021

Purpose of Serial experiments

The main goal of these experiments is to measure the execution time performance, knowing that CPU, the delegates NNAPI and XNNPACK are going to be used as a comparison between them.

This experiment consists of executing each Smart Parking stage separately, firstly the License Plate Detection by TinyYOLO v3, and secondly the License Plate Recognition by Rosetta model.

Initial conditions:

  • The stages are executed sequentially.
  • 100 warmup inference iterations.
  • 1 valid inference iteration.