Spatial object tracker on RGB ============================= This example shows how to run MobileNetv2SSD on the RGB input frame, and perform spatial object tracking on persons. setConfidenceThreshold - confidence threshold above which objects are detected .. rubric:: Similar samples: - :ref:`Object tracker on video` - :ref:`Object tracker on RGB` Demo #### Setup ##### .. include:: /includes/install_from_pypi.rst .. include:: /includes/install_req.rst Source code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/ObjectTracker/spatial_object_tracker.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/ObjectTracker/spatial_object_tracker.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst