How to add the Gst-nvsegvisual plugin to the pipeline?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Xavier
• DeepStream Version 5.0
• Issue Type( questions, new requirements, bugs) Question

Hello, I am running inference on a segmentation model and am receiving the output data via the NvDsInferSegmentationMeta as outlined here: NVIDIA DeepStream SDK API Reference: NvInfer Plugin

What I want to do now is visualize the output masks via the Gst-nvsegvisual plugin. I am in need of instruction in how to add this plugin to the pipeline.

I understand that I can use gst_element_factory_make to add new elements, but am not too sure how to proceed further.

Please refer to the sample deepstream-6.1/sources/apps/sample_apps/deepstream-segmentation-test, also I found you are using DS5.0, you can consider upgrading to new version (The latest is DeepStream6.1.1 with JetPack 5.0.2)

1 Like

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