I have an issue related to NvTracker when running a DeepStream Python application. My pipeline is simple, consisting of Jpegparse → Streammux → NvInfer (YOLO for segmentation) → NvTracker → FakeSink. However, many detections (which I can get from the probe function at NvInfer) are removed after NvTracker. Could you tell me what the problem is and how I can resolve it? The pipeline works well with video instead of JPEG images.
Which type of tracker are you using? Can you share the configure file of the nvtracker? Here is the doc for nvtracker: Gst-nvtracker — DeepStream documentation 6.4 documentation
Can you help a try to set probationAge to 0 in nvtracker configure file?
My pipeline is used to ensure that the model and tracker work well. I tested it with a JPEG image and was surprised that the detections were suppressed after nvtracker. Since nvtracker is not open-source, I can’t find the reason for this.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks