Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
Jetson Xavier
• DeepStream Version
Deepstream-5.0
• JetPack Version (valid for Jetson only)
4.4[L4T 32.4.3]
• TensorRT Version
7.1.3.0
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• 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)
Deepstream-app Objectdetection yolov3
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I’m trying to custom NvDCF tracker while using Deepstream-app Objectdetection Yolov3. I want track a person smoother. So I’m using tracker_config.yml and change parameters to tracking smoother. But I felt it is not working when I change data association, estimator parameters. I check track_config.yml is working for General and Extraction part. Am I doing right? How can I fix it?