Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson ORIN and dGPU • DeepStream Version 7.0 • Issue Type( questions, new requirements, bugs) Question
Hi, I would like to know if there is currently any mechanism to use the optical flow vectors from the nvof to improve the tracking with the nvtracker plugin. If not, is it something that could be implemented later ? Or is there other tools that i could use to improve tracking with optical flow ?
It could be usefull as sometimes, tracking small object on textured background can be very challenging for classical detector + tracker.
Please use the latest DeepStream version 7.1. Which nvtracker configure are you using? Are you using: /opt/nvidia/deepstream/deepstream-7.1/samples/configs/deepstream-app/config_tracker_NvDCF_accuracy.yml? Can the detector detect the drone when there is a textured background?
Here is the same video, without the tacker, the detector does struggle to detect the drone on the vegetation, that is why i was wondering if the optical flow could help me :
I was not using the accuracy.yml config file but a custom one, here is the result in deepstream7.1 and config_tracker_NvDCF_accuracy.ym:
Basically, nvtracker is depend on the detector. You can have a check if shadow tracking target works in your use case with config_tracker_NvDCF_accuracy.yml: Gst-nvtracker — DeepStream documentation
Yes, you are right. You can implement a custom low level tracker library based on your algrithm based on this guidance : Gst-nvtracker — DeepStream documentation