• Hardware Platform (Jetson / GPU) Jetson Xavier AGX
• DeepStream Version 6.0
• JetPack Version (valid for Jetson only) 4.6
Hello, we have done a DeepStream pipeline using python. The Deepstream pipeline is:
uridecodebin → nvstreammux → nvinfer → nvtracker → appsink
in the nvinfer we are using a detection model and we are using DeepSort for the nvtracker (with libnvds_nvmultiobjecttracker.so) with a re-id model.
We want to process the re-id model in the DLA. Is it possible?
Thank you