Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 745 Bytes

sdk_switch_between_models.rst

File metadata and controls

34 lines (19 loc) · 745 Bytes

Switch Between Models

This example shows how to switch between models on the fly. It uses script node to alter pipeline flow (either to use the yolo model or the mobilenet model).

Setup

Pipeline

Pipeline graph

Source Code

Python

Also available on GitHub.

../../../../examples/mixed/switch_between_models.py