Video & MobilenetSSD ==================== This example shows how to MobileNetv2SSD on the RGB input frame, which is read from the specified file, and not from the RGB camera, and how to display both the RGB frame and the metadata results from the MobileNetv2SSD on the frame. DepthAI is used here only as a processing unit .. rubric:: Similar samples: - :ref:`RGB & MobilenetSSD` - :ref:`RGB & MobilenetSSD @ 4K` - :ref:`Mono & 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/video_mobilenet.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/MobileNet/video_mobilenet.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst