Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.52 KB

rgb_mobilenet_4k.rst

File metadata and controls

55 lines (35 loc) · 1.52 KB

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 RGB & MobilenetSSD.

Similar samples:

  • RGB & MobilenetSSD
  • Mono & MobilenetSSD
  • Video & MobilenetSSD
  • Mono & MobilenetSSD & Depth

Demo

Setup

Source code

Python

Also available on GitHub

../../../../examples/MobileNet/rgb_mobilenet_4k.py

C++

Also available on GitHub

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