The object's image gets saved multiple times while saving the image, frame wise using its tracker I'd specifically

• Hardware Platform: NVIDIA Jetson AGX Orin Developer Kit
• DeepStream Version: 6.4
• JetPack Version: 6.0
• TensorRT: 8.6.2.3
• Issue Type: questions

• Issue Description:
I am facing an issue with saving an object image based on its tracker ID while processing frames from a video using DeepStream. The problem is that the object image gets saved multiple times for the same tracker ID across different frames. I am using the NvDCF_accuracy Tracker for tracking objects.

• Requirement:
I need guidance on how to ensure that the object image is saved only once for each tracker ID throughout the video processing. Specifically, I want to avoid saving the same object image multiple times for the same tracker ID as the frames are processed.

the same object has the same trackid. you can add a new logic. find the trackid in a map, if can’t find, save the object. otherwise don’t save.

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

Thank you and I’ll make the change

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.