opendatacam / node-moving-things-tracker

javascript implementation of "tracker by detections" for realtime multiple object tracking (MOT)
MIT License
105 stars 25 forks source link

Visualizer of the ids in the video #44

Open apollee opened 2 years ago

apollee commented 2 years ago

Is there any existent code to produce a video output that shows the bounding boxes and the id of each box?

vsaw commented 2 years ago

Not that I know of. Simplest way I can think of is using OpenDataCam and recording your screen. You will have to tweak the UI though as ODC does not show device IDs by default. (This is a simple one liner)