marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.1 / 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.48k stars 358 forks source link

Do it support deepstream 6.2 in Jetson-AGX-orin #310

Open CasvalRay opened 1 year ago

CasvalRay commented 1 year ago

I use command "deepstream-app -c deepstream_app_config.txt". It shows: nvbufsurftransform: Could not get EGL display connection ** ERROR: : Failed to set pipeline to PAUSED Quitting nvstreammux: Successfully handled EOS for source_id=0 ERROR from sink_sub_bin_sink1: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure. Debug info: gstbasesink.c(5367): gst_base_sink_change_state (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstNv3dSink:sink_sub_bin_sink1: Failed to start App run failed

My version is : deepstream-app version 6.2.0 DeepStreamSDK 6.2.0 CUDA Driver Version: 11.4 CUDA Runtime Version: 11.4 TensorRT Version: 8.5 cuDNN Version: 8.6 nvbufsurftransform: Could not get EGL display connection libNVWarp360 Version: 2.0.1d3

kks-bakaneko commented 1 year ago

Did you set export DISPLAY=:0? It seems there is no display connected

marcoslucianops commented 1 year ago

I didn't test on DeepStream 6.2 yet because I'm finishing a project. Probably I will do the necessary changes to support the 6.2 version till next week.

marcoslucianops commented 1 year ago

Seems that you are not using display in your board. Try to run it changing the [sink] type to 1 in the deepstream_app_config.txt file.

nakanolab commented 1 year ago

Just for your reference, I was able run deepstream-app with YOLOv5 on AGX Orin with freshly installed JetPack 5.1 (via SDK Manager) and DeepStream 6.2. You might want to check: