Getting started with TI Jacinto 7 Edge AI - Demos - C++ Demos - Getting the models

From RidgeRun Developer Connection
Jump to: navigation, search




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