Visual-based tracker with tensorrt

Hi there is a good tutorial explaining how to implement an object tracking algorithm that takes advantage of tensorrt or more generally executable on the gpu,
I have seen that this problem has already been posed by @Elad-SH;I would like to know if it solved the problem and how?
I would like to achieve around 30 fps with an algorithm like CSRT or better,
Thanks in advance

Hi,

Do you want an object detector or object tracker?
In general, we only apply DNN for detection and use some lightweight cv-based algorithms for tracking.

You can find some samples below:
https://docs.nvidia.com/metropolis/deepstream/6.0.1/dev-guide/text/DS_ref_app_deepstream.html

Thanks.

hello @AastaLLL , thanks for replying, I would need a tracker without object detection, where I manually go to delimit the object to be tracked

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