Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.13 KB

spatial_object_tracker.rst

File metadata and controls

45 lines (27 loc) · 1.13 KB

Spatial object tracker on RGB

This example shows how to run MobileNetv2SSD on the RGB input frame, and perform spatial object tracking on persons.

setConfidenceThreshold - confidence threshold above which objects are detected

Similar samples:

  • Object tracker on video
  • Object tracker on RGB

Demo

Setup

Source code

Python

Also available on GitHub

../../../../examples/ObjectTracker/spatial_object_tracker.py

C++

Also available on GitHub

../../../../depthai-core/examples/ObjectTracker/spatial_object_tracker.cpp