Get a bbox and info about secondary mosel

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) t4
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version deepstream7.0 installation
• NVIDIA GPU Driver Version (valid for GPU only) 535
• 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)

How cab i get information like class_id,obj_label,conf and bbox of secondary model in deepstream?

Please refer to deepstream_tao_apps/apps/tao_others/deepstream_lpr_app at master · NVIDIA-AI-IOT/deepstream_tao_apps for how to configure PGIE and SGIE with different unique ids deepstream_tao_apps/configs/app/lpr_app_infer_us_config.yml at master · NVIDIA-AI-IOT/deepstream_tao_apps and get the object meta with the unique id.deepstream_tao_apps/apps/tao_others/deepstream_lpr_app/deepstream-lpr-app/deepstream_lpr_app.c at master · NVIDIA-AI-IOT/deepstream_tao_apps

I’m using deepstream python binding