Spatial Detection ================= This example showcases the usage of spatial detection using MobileNet-SSD neural network. For more information about spatial configuration (thresholds, averaging), please refer to `config spatial reference `__. .. include:: /includes/blocking_behavior.rst Demo #### .. image:: /_static/images/demos/sdk_spatial_detection.png :alt: Spatial Detection Demo Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/spatial_detection.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/NNComponent/spatial_detection.py :language: python :linenos: .. include:: /includes/footer-short.rst