Download Public Models#
This page provides instructions on how to use the samples/download_public_models.sh script to download
Deeplabv3 models.
The script downloads the models from the respective sources, handles the necessary conversions, and places the model files in a directory specified by the MODELS_PATH environment variable.
Link to check supported models
Example for downloading YOLOv11s model:
export MODELS_PATH=/path/to/models
./samples/download_public_models.sh yolo11s