Mono & MobilenetSSD =================== This example shows how to run MobileNetv2SSD on the right grayscale camera and how to display the neural network results on a preview of the right camera stream. .. rubric:: Similar samples: - :ref:`RGB & MobilenetSSD` - :ref:`RGB & MobileNetSSD @ 4K` - :ref:`Video & MobilenetSSD` - :ref:`Mono & MobilenetSSD & Depth` 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/MobileNet/mono_mobilenet.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/MobileNet/mono_mobilenet.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst