depthai icon indicating copy to clipboard operation
depthai copied to clipboard

[Feature-Request] ObjectTracker node

Open Erol444 opened this issue 4 years ago • 2 comments
trafficstars

Start with the why:

For tracking detected objects.

Move to the what:

Add support for objectTracker node inside the depthai_demo. In my opinion it should be on by default and optionally disabled.

Move to the how:

Inside the create_pipeline function add objectTracker node.

Erol444 avatar Jul 26 '21 11:07 Erol444

Oh good idea. I forgot that we had this for Gen1 DepthAI Demo but not yet in Gen2.

Luxonis-Brandon avatar Jul 26 '21 14:07 Luxonis-Brandon

Using the open source Stonesoup framework sounds reasonable instead if implementing a tracker on your own: https://stonesoup.readthedocs.io/en/latest/auto_demos/Video_Processing.html#sphx-glr-auto-demos-video-processing-py

julled avatar Sep 21 '21 11:09 julled