[DeepStream 6.0] Getting 'GstNvInferServer' has no property named 'input-tensor-meta' error while running triton example through Deepstream-app

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.0
• 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)

Container Image : nvcr.io/nvidia/deepstream:6.0-triton
Hello,

I am trying to run triton examples and I am getting below error with Nividia Container image nvcr.io/nvidia/deepstream:6.0-triton. Can anyone help please?
source30_1080p_dec_infer-resnet_tiled_display_int8.txt source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
root@fe9e26dca43b:/opt/nvidia/deepstream/deepstream-6.0# deepstream-app -c samples/configs/deepstream-app-triton-grpc/source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt

(deepstream-app:2097): GLib-GObject-WARNING **: 09:27:50.039: g_object_set_is_valid_property: object class ‘GstNvInferServer’ has no property named ‘input-tensor-meta’
** INFO: <create_primary_gie_bin:146>: gpu-id: 0 in primary-gie group is ignored, only accept in nvinferserver’s config
** ERROR: main:658: Failed to set pipeline to PAUSED
Quitting
App run failed

There is no such property of ‘output_tensor_meta’ of nvinferserver plugin.
There is only “output_tensor_meta” config in nvinferserver plugin features . Gst-nvinferserver — DeepStream 6.1.1 Release documentation

You need to config in the config file. E.G. /opt/nvidia/deepstream/deepstream-6.0/sources/apps/sample_apps/deepstream-infer-tensor-meta-test/inferserver/dstensor_pgie_config.txt

Thanks @Fiona.Chen for feedback.

I have used prebuilt file supplied as part of triton server container image, I will try removing same and update.

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