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
 
(4 intermediate revisions by the same user not shown)
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>
  
Line 8: Line 8:
 
=== {{Download}} Download the inference models ===
 
=== {{Download}} Download the inference models ===
  
* [[Getting_started_with_TI_Jacinto_7_Edge_AI/Introduction/Getting_Started#Login_to_the_Jacinto_7_board|Login to your Jacinto 7]] and navigate to the models directory:
+
Login to your Jacinto 7 and navigate to the models directory:
  
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
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
Line 31: Line 35:
 
<br>
 
<br>
  
[[File:Getting-models-menu.png|frameless|Interactive models|center|900px ]]
+
[[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>
 
  
  

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