How to run the objectdetector_Yolo in deepstream sources

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Nano
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 7.1
• 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)

I tried to run the /opt/nvidia/deepstream/deepstream-5.1/sources/objectDetector_Yolo example with deepstream-app -c config_infer_primary_yoloV3.txt but got following error
**** ERROR: main:655: Failed to set pipeline to PAUSED**
Quitting
ERROR from src_bin_muxer: Output width not set
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvmultistream/gstnvstreammux.c(2512): gst_nvstreammux_change_state (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstNvStreamMux:src_bin_muxer
App run failed

How to solve this?

Hi,

If you link the device with ssh, could you try to export the DISPLAY variable to see if it helps?

$ export DISPLAY=:0  # or export DISPLAY=:1

Thanks

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