Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson) → Orin64B • DeepStream Version → 7.0 • JetPack Version (valid for Jetson only) → 6.0+b87 • TensorRT Version → 8.6.2.3 • NVIDIA GPU Driver Version (valid for GPU only) → 12.2
i am using deepstream-app with gstds-example plugin.
The primary gie and secondary gie are all working.
Now i like to extract classification result inside gstdsexample.cpp file.
Inside the function, implemented in the following
Please refer to pgie_src_pad_buffer_probe in /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-preprocess-test/deepstream_preprocess_test.cpp for how to access NvDsClassifierMeta.
could you check if g_list_length(obj_meta->classifier_meta_list) is 0? is the second model abscondment a classificaton model? can the classificaton be printed on the video?