Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 6.3
• JetPack Version (valid for Jetson only) 5.1.2
• Issue Type( questions, new requirements, bugs) questions
In my Python application, the current pipeline is structured as streammux → pgie (person detection) → sgie (object detection), where sgie operates on the bounding boxes provided by pgie. However, I would like sgie to receive expanded bounding boxes (i.e., enlarging pgie’s output to include more context). What is the solution for this, and could you provide an example?