Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Xavier
• DeepStream Version 6.0
I have built a similar as this :- GitHub - NVIDIA-AI-IOT/deepstream_lpr_app: Sample app code for LPR deployment on DeepStream
My Pipeline :- . . . . . → pgie->nvtracker->nvdsanalytics->sgie1->sgie2 . . . . →
for some reason the tracker included in this repo
( tracker_config.yml (3.2 KB) )
, does not work properly, it assigns different object ids to a same obejcts. But the direction detection works fine with this tracker.
but when I switched to the max_perf tracker that comes with DS6.0 (/opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/config_tracker_NvDCF_max_perf.yml), the tracker performs absolute best, but direction detection drops nearly to zero. I’m trying to understand why this happenes? or how to set tracker in a way that nvdsanalytics direction detection works fine?