Object Tracking using Deepstream Python SDK

Hello, thanks for response.

  1. I should have been more clearer in this. When I said

I mean it gives different id to the same person in the same stream. So, I’m using IP camera using RTSP and when I stand in front of live camera and then change my position, sometimes the object id also changes. The same problem is described in this thread https://forums.developer.nvidia.com/t/how-to-have-persistent-tracking-ids-when-using-deepstream-app-for-people-detection/82222 but I didn’t find answers there.

Is it possible to achieve accuracy where I don’t see changes in the objectID for one particular stream until the person disappears from the frame. It would be okay if after they reappears, the object ID might be different. I want consistent object ID until they are in a frame.

Could you help me guide through this? I’ve tried all 3 trackers IOU, NvDCT and KLT.

  1. I will do the profiling soon and will update here.