Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version nvcr.io/nvidia/deepstream:7.1-gc-triton-devel
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi all,
I am currently investigating the nv-tracker and related features. I am wondering if there’s option to use the re identification network inside Triton instead of a single instance of trt engine. I am running multiple deepsteam application that will use the same re-id network, and it is much more efficient to run it with triton with cuda buffer sharing.
Many Thanks!