Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 891 Bytes

sdk_nn_component.rst

File metadata and controls

37 lines (21 loc) · 891 Bytes

Neural Network Component

This example shows how to run run a color camera stream through a YoloV7 model and display the results on the host.

For additional models, check: models supported by SDK

Setup

Pipeline

Pipeline graph

Source Code

Python

Also available on GitHub.

../../../../examples/NNComponent/nn_component.py