• Jetson Orin 64GB Dev Kit
• Deepstream 6.2
• JetPack Version 5.1
• TensorRT 8.5.2.2
• Recommended Tracker configuration for a moving(PTZ) camera.
Good Morning,
I have a particular edge case use for the NvDCF tracker that some other users might also have the issue with. We are tracking small-fast-moving targets(birds) with a PTZ Camera. Every time the camera moves the Tracker loses the Track and the Track ID changes to a new number. Does anyone have any recommended parameters we can tune in our Tracker config for a moving PTZ camera to help with this issue?
I am currently using the config_tracker_NvDCF_accuracy.yml
config_tracker_NvDCF_accuracy.yml (9.0 KB) in my custom Nvidia Deepstream application. We have the ReID turned off as the ReID network would need trained on our small-fast-moving targets. Would training a ReID network be our best bet?
Any tips or tricks with tuning the Tracker parameters would be greatly appreciated!