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 `__ .. include:: /includes/blocking_behavior.rst Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/nn_component.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__. .. literalinclude:: ../../../../examples/NNComponent/nn_component.py :language: python :linenos: .. include:: /includes/footer-short.rst