Hi!
I am trying to output 2 things.
1 obj_meta.classifier_meta_list
2 Tensor of the SGIE.
The issue is, I am only able to output one thing at a time, and not both.
when I change the network-type =1, I can see “classifier_meta_list.”, and
when I change the network-type= 100, I am able to see the “tensor meta”.
I want both the values.
You can take a look at my config file.
Why did you set network-type=100? The valid value is 0/1/2/3 according to nvinfer online docs.
Please also 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)
• The pipeline being used
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
What is your specific user case? You can set the network-type to 2 and output-tensor-meta to 1.