Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.41 KB

rgb_mobilenet.rst

File metadata and controls

51 lines (33 loc) · 1.41 KB

RGB & MobilenetSSD

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.

Similar samples:

  • RGB & MobilenetSSD @ 4K
  • Mono & MobilenetSSD
  • Video & MobilenetSSD
  • Mono & MobilenetSSD & Depth

Demo

Setup

Source code

Python

Also available on GitHub

../../../../examples/MobileNet/rgb_mobilenet.py

C++

Also available on GitHub

../../../../depthai-core/examples/MobileNet/rgb_mobilenet.cpp