Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) dGPU • DeepStream Version 6.1 • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) RTX2080Ti • 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)
I’m using 2 models in deepstream python binding for primary inference and secondary inference.
I need to add padding to the bounding boxes detected in primary inference before bringing them to secondary inference. I found some code in see C language but I don’t know how to use this in python. Please help me.
No, I just want to scale up the boundary of the bounding box. Because some BB is not include all part of object before bring them to secondary inference