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 ({{Download}} Download the inference models)
m
Line 31: Line 31:
 
<br>
 
<br>
  
[[File:Getting-models-menu.png|frameless|Interactive models|center|900px|link=]]
+
[[File:Getting-models-menu.png|frame|Interactive models|center|900px|link=|Figure 1. Interactive menu to download models]]
<div style="text-align: center;">'''Figure 1'''. Interactive menu to download models.</div>
 
<br>
 
  
  

Revision as of 05:31, 10 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.


Note: To run the demos exemplified in this guide, the following models need to be downloaded:

  • 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