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