Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) NVIDIA GeForce RTX 3090
• DeepStream Version 6.3
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.6.1.6
• NVIDIA GPU Driver Version (valid for GPU only) 535.113.01
• Issue Type( questions, new requirements, bugs) Question
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi,
I am developing an application in DeepStream that detects and tracks trucks using YOLO detection model and the NvDCF tracker. In normal situations the application works fine, however in a specific case I have found an issue. There is a case where the truck leaves the camera and reappears in the camera a few seconds later moving backwards. In this case, the tracker is not able to keep the ID, so when the truck re-enters the camera it assigns another one:
The truck when leaves the camera:
The truck when enters the camera backwards:
Is it possible to keep the ID by changing some parameter of the NvDCF tracker?
Thank you,
Mikel

