Hello Everyone,
I am currently trying to figure out a way of reducing the tracking id’s generated to some fixed limit let say 0-200 only( As once being used and terminated) the same track id could be reassigned again to a new object appearing in the next frame, maintaining the limit for track id’s from 0 to 200. As this way maintaining the trackid’s record with a data structure such as map will be more efficient.
Kindly let me know where(as in which module) and how(which function) are these track id’s being generated for each tracked object in their corresponding NvMOTTrackedObj structure referred in nvdstracker.h file.
I am currently using nvdcf.so as my low level tracker lib in my deepstream pipeline.
Pointing me towards a source code for nvdcf tracker would be great too!
Looking forward.
Thanks