Vision tracker cuda jetson

i have jetson xaviar nx. i am trying to find some tracker that work on cuda. right now i am using csrt and i want to see if there is any better option

Hi,

Below are some samples/tutorials for your reference:

Deepstream: https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvtracker.html

Jetson-inference: jetson-inference/docs/detectnet-tracking.md at master · dusty-nv/jetson-inference · GitHub

Thanks.

1 Like

thanks. jetson inference looks perfect for me. now i am facing a new problem. i need to use cv::videocapture to capture the video from the camera and use it with the jetson-inference library.

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