Mono & MobilenetSSD with spatial data ===================================== This example shows how to run MobileNetv2SSD on the rectified right input frame, and how to display both the preview, detections, depth map and spatial information (X,Y,Z). It's similar to example :ref:`RGB & MobilenetSSD` except it has spatial data. X,Y,Z coordinates are relative to the center of depth map. setConfidenceThreshold - confidence threshold above which objects are detected .. rubric:: Similar samples: - :ref:`Spatial location calculator` - :ref:`Spatial object tracker on RGB` - :ref:`RGB & MobilenetSSD with spatial data` - :ref:`RGB & TinyYolo with spatial data` 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/SpatialDetection/spatial_mobilenet_mono.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/SpatialDetection/spatial_mobilenet_mono.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst