Allowing nvtracker to track objects with different class ids

• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 5.0

In my project, an object can be classified into different classes depending on its visual properties. Hence, my detector can assign a different class id to the same object depending on the frame that it is processing.

Now I would like to track this object (which changes its class id over time). Is it possible to do so? or nvtracker can only keep the track_id over objects of the same class?

Thanks!

Please set checkClassMatch: 0 , allowing objects can be associated regardless of their object class IDs.

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvtracker.html

That is exactly what I was looking for. Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.