I would like nvtracker (NvDCF) to track both types of objects (person and car), and I would like to configure ReID model for person class only.
Looking at the config_tracker_NvDCF_accuracy.yml, there is no option for configuring this. So it assumes ReID model will be applied for both types of objects?
So far, I have configured NvDCF not to use ReID model. I use a SGIE to extract person embeddings and then these embeddings are sent to a message broker (Kafka). Another service will obtain messages from that broker.
However, I still prefer “configuring ReID model for person class only.” in config_tracker_NvDCF_accuracy.yml.
I have checked DS_plugin_gst-nvtracker, I see the params of the config_tracker_NvDCF_accuracy.yml.
If we track very different objects such ash players and the balls (small and moving very fast), if the tracking params could be configured for object, it would be much convenient. Please consider putting this feature in the roadmap. Thank you so much.