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 1: Line 1:
 
<noinclude>
 
<noinclude>
{{Getting started with TI Jacinto 7 Edge AI/Head|next=Demos/Python Demos/Classification|previous=Demos/Python Demos|keywords=}}
+
{{Getting started with TI Jacinto 7 Edge AI/Head|next=Demos/Python Demos/Classification|previous=Demos/Python Demos|metakeywords=}}
 
</noinclude>
 
</noinclude>
  

Latest revision as of 13:29, 8 March 2023




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