Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.3
• NVIDIA GPU Driver Version (valid for GPU only) 530.30.02
• Issue Type( questions, new requirements, bugs) questions
I am currently working with a pipeline in NVIDIA DeepStream SDK that includes parallel inference. One branch of my pipeline consists of the following components: PGIE → Tracker → SGIE.
My issue arises when I try to retrieve the parent of an object_meta
while using a probe function on the metamux
source pad. Specifically, I need to determine which parent (object) an object_meta
is associated with after it passes through the tracker and SGIE in parallel inference.
Could someone guide me on how to efficiently retrieve the parent object_meta
in this setup? Are there any specific properties or metadata I should focus on when using the metamux
source pad?
Any advice or example code snippets would be greatly appreciated. Thank you!