RGB & MobileNetSSD @ 4K ======================= This example shows how to run MobileNetv2SSD on the RGB input frame, and how to display both the RGB preview and the metadata results from the MobileNetv2SSD on the preview. The preview size is set to 4K resolution. It's a variation of :ref:`RGB & MobilenetSSD`. .. rubric:: Similar samples: - :ref:`RGB & MobilenetSSD` - :ref:`Mono & MobilenetSSD` - :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/rgb_mobilenet_4k.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/MobileNet/rgb_mobilenet_4k.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst