Nvtracker

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 4.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) RTX2060
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi! I use nvtracker in my app. I have two questions.

  1. How can I configure IOU tracker
  2. when I use DCF tracker and save tracker results on every frame, I get different number of images for each tracker_id

See inline.

Hi, @Amycao!
Thanks for answer!
My pipeline is uridecodebinnvstreammuxnvinfernvtrackernvvideoconvertnvdsosdqueuegst-dsexamplefakesink.
I save all detected objects in every frame in gst-dsexample with tracker_id and source_num. If I run the same video from nvidia samples/streams into pipeline as 2 sources, I get different number of images for every source.

Using same stream as two sources?

Yes

depending on the frame arrival timings to the tracker plugin, the composition of frame batches could either be full batch (that contains a frame from all streams) or partial batch (that contains a frame from only a subset of the streams).