How to get a 120% larger bbox then the detection result

Dear my friends,

To achieve a better performance of the second classification, we want to get a 120% larger bbox then the detection result

Pls kindly help how to achieve this by just adjust the config file.

Or we just have to achieve this by modify the bbox parser function???

Thx a lot

**• Hardware Platform (Jetson / GPU) ** GPU
• DeepStream Version latest
• JetPack Version (valid for Jetson only)
• TensorRT Version latest
• NVIDIA GPU Driver Version (valid for GPU only) latest
• Issue Type( questions, new requirements, bugs) new requirement
• 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)

Do you mean get the 120% bbox from the original frame? If yes, you can just modify the bbox coordinates in the pgie’s post process parser, so sgie can perform on that modified bbox.