Question about the tracker

Hi, I have a primary detector on TLT, which detects cars, people, patents. Is it possible to disable the tracker for licenses, and only track people and cars?

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 5-0 ga

Hello.
I do disable inference and so is tracking for all, except cars, with setting num-detected-classes=1 in Primary GIE config file.

but, that will make other classes stop being detected? I want to detect cars, people and license plates, but only track cars and people

hI @claudio.campuzano.b,
The object class-based filtering for tracking is currently not supported, will add in future release.

Thanks!