• 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!