Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU • DeepStream Version 6.2 • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs) • 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)
Hello, I currently configured the pipeline with Src - pgie (seg) - nvsegvisual - windowsink. Looking at the input and output configurations (Type), I think I can put nvtracker between pgie and segvisual,
Is this put in
If so, I wonder if the workflow works normally
thank you
Hi @yeongjae1 , could you provide us with the model of this requirement and describe the inputs and outputs of this model? We can try to integrate it in DeepStream.
OK. There are a few questions I would like to know. Are there any trained models for this can be used now? As the outputs are (H,W) pred mask, how is the trackID of the pred mask generated?
And the trackID of the pred mask is generated using Comparing Mask Results (CMR) mechanism which compares the tracking results from DeAOT and the annotation results from SAM in every key-frame. and selects objects from the SAM annotations that are not being tracked by DeAOT.