Difference between revisions of "Getting started with TI Jacinto 7 Edge AI/Demos/Python Demos/Getting the models"

From RidgeRun Developer Connection
Jump to: navigation, search
m
m
Line 23: Line 23:
 
<br>
 
<br>
  
 
+
{{Ambox
'''Note:''' To run the demos exemplified in this guide, the following models need to be downloaded:
+
|type=notice
 +
|small=left
 +
|issue='''Note:''' To run the demos exemplified in this guide, the following models need to be downloaded:
 +
|style=width:unset;
 +
}}
  
 
* TFL-CL-002-SqueezeNet
 
* TFL-CL-002-SqueezeNet

Revision as of 04:44, 15 November 2021




Previous: Demos/Python Demos Index Next: Demos/Python Demos/Classification





Getting the Models

Download alt font awesome.svg Download the inference models

Login to your Jacinto 7 and navigate to the models directory:

cd /opt/edge_ai_apps/models
  • Run the download_models.sh script to download the pre-imported models:
./download_models.sh

An interactive menu will launch with the list of pre-imported models. Use the space bar to select the models intended for download. See Figure 1.

  • TFL-CL-002-SqueezeNet
  • TFL-OD-200-ssd-mobV1-coco-mlperf-300x300
  • TVM-SS-569-fpnlite-aspp-regnetx400mf-ade20k32-384x384


Error creating thumbnail: Unable to save thumbnail to destination
Figure 1. Interactive menu to download models


Previous: Demos/Python Demos Index Next: Demos/Python Demos/Classification