Enable both tensor meta and classifier_meta_list

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.

Thanks!
sgie_config.txt (624 Bytes)

" Outputs

•Gst Buffer

•Depending on network type and configured parameters, one or more of:

•NvDsObjectMeta

•NvDsClassifierMeta

•NvDsInferSegmentationMeta

•NvDsInferTensorMeta" This is mentioned in the nvinfer documentation!
What I am i supposed to enable or disable to output both the values?

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.

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