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

From RidgeRun Developer Connection
Jump to: navigation, search
(Undo revision 35873 by Mzeledon (talk))
(Tag: Undo)
m
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<noinclude>
 +
{{Getting started with TI Jacinto 7 Edge AI/Head|next=Demos/C++ Demos/Build the Docker container & apps|previous=Demos/C++ Demos|metakeywords=}}
 +
</noinclude>
 +
 
== Getting the Models ==
 
== Getting the Models ==
  
==== Download the inference models ====  
+
=== Download the inference models ===
  
* Login to your Jacinto 7 and navigate to the models directory:
+
* [[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:
  
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
Line 17: Line 21:
 
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.
 
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:
+
{{Ambox
 +
|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-000-mobileNetV1-mlperf
 
* TFL-CL-000-mobileNetV1-mlperf
* TVM-SS-569-fpnlite-aspp-regnetx400mf-ade20k32-384x384
+
* TFL-OD-200-ssd-mobV1-coco-mlperf-300x300
 
+
* TFL-SS-254-deeplabv3-mobv2-ade20k-512x512
==== Getting the Models ====
+
<br>
 
+
[[File:Model TFL-CL-002-SqueezeNet1.png|frameless|center|1150px|link=]]
* Navigate to the models directory and run the ''download_models.sh'' script:
+
<div style="text-align: center;">'''Figure 1'''. Interactive menu to download models.</div><br>
  
<syntaxhighlight lang=bash>
+
<noinclude>
cd /opt/edge_ai_apps/models
+
{{Getting started with TI Jacinto 7 Edge AI/Foot|Demos/C++ Demos|Demos/C++ Demos/Build the Docker container & apps}}
 
+
</noinclude>
# Run the Download Models script
 
./download_models.sh
 
</syntaxhighlight>
 
 
 
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 below.
 
[[File:Model TFL-CL-002-SqueezeNet1.png|frameless|center|1150px]]
 
<div style="text-align: center;">'''Figure 1'''. Interactive menu to download models.</div><br>
 

Latest revision as of 13:26, 8 March 2023




Previous: Demos/C++ Demos Index Next: Demos/C++ Demos/Build the Docker container & apps





Getting the Models

Download the inference models

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-000-mobileNetV1-mlperf
  • TFL-OD-200-ssd-mobV1-coco-mlperf-300x300
  • TFL-SS-254-deeplabv3-mobv2-ade20k-512x512


Model TFL-CL-002-SqueezeNet1.png
Figure 1. Interactive menu to download models.


Previous: Demos/C++ Demos Index Next: Demos/C++ Demos/Build the Docker container & apps