No output from sgie in msgbroker on image inference

Hi, i think i posted in the wrong category but could not edit the existing post.

Continuing the discussion from No output from sgie in msgbroker on image inference:

Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• 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)


Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.0
• TensorRT Version 8.0.1
• NVIDIA GPU Driver Version (valid for GPU only) 495.29
• Issue Type( questions, new requirements, bugs) 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)

I am trying to infer an image(1frame) using deepstream-app with pgie + sgie and output to msgbroker . The pipeline is able to run successfully and the msgbroker is able to output the meta data infer from the pgie but the msgbroker did not have the output infer from the sgie . When i check the process flow, i noticed the msgconv start to process the message after the frame has done processing and did not wait for the object processing to be done in sgie . Therefore, receiving output without the meta data from sgie in the msgbroker.

Can you share your pipeline? Do you mean SGIE work in async mode?

The SGIE is neither a detector nor a classifier. It is use to generate some tensor output. For the async mode, do you mean classifier-async-mode? I have tried setting this parameter and it has to enable the tracker but when i enable the tracker, there is no detection on the image. I have attached the pipeline graph for your reference.

Can you ensure the model of the SGIE has right output?

When i ran with a video source or multiple image source (at least 4 source), i was able to get the expected output from SGIE in the msgbroker.

Can you change SGIE setting to have a check? such as infer for all class id.

Hi, tried change to infer all class id but still cannot get the expected result from SGIE.

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Can you get the SGIE output when display the output in local instead of msgbroker?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.