Sample Collections

SiMa provides multiple sample sources to help developers explore, evaluate, and deploy models, pipelines, and tools across different stages of development.

Each source serves a distinct purpose and is accessed in a different way. This document explains what each collection is, when to use it, and how to access the full list of available samples.

The Model Zoo is a curated collection of precompiled and quantized models that are ready to run on SiMa devices.

Purpose

  • Evaluate model accuracy and performance

  • Avoid manual compilation and quantization

  • Use validated, production-ready model artifacts

  • Select models optimized for specific hardware targets

Access

The Model Zoo is accessed via the CLI.

user@host-machine:~$ sima-cli modelzoo list
user@host-machine:~$ sima-cli modelzoo get yolov5s
user@host-machine:~$ sima-cli modelzoo describe yolov5