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.