Meet errors during running the deepdream samlpes

I meet errors when I run the deepstream samples. I have changed nvbuf-memory-type but there isn’t effect. I hope to help me to solve the problems.

**• Hardware Platform (Jetson / GPU): GPU–GTX 1060 3GB
**• OS: Ubuntu 18.04 LTS
**• DeepStream Version : deepstream_sdk_v6.0.0_x86_64
**• TensorRT Version : 8.0.1
**• NVIDIA GPU Driver Version (valid for GPU only): 510.47.03
**• CUDA Version: 11.6
**• Issue Type( questions, new requirements, bugs): running erros
**• How to reproduce the issue ? run the deepstream sample.
sudo deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display_int8.txt

**• Requirement details error log as follows
libEGL warning: DRI3: Screen seems not DRI3 capable
libEGL warning: DRI2: failed to authenticate
0:00:00.695178580 6225 0x55866b08cad0 INFO nvinfer gstnvinfer.cpp:638:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:1900> [UID = 1]: deserialized trt engine from :/opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/…/…/models/Primary_Detector/resnet10.caffemodel_b30_gpu0_int8.engine
INFO: …/nvdsinfer/nvdsinfer_model_builder.cpp:610 [Implicit Engine Info]: layers num: 3
0 INPUT kFLOAT input_1 3x368x640
1 OUTPUT kFLOAT conv2d_bbox 16x23x40
2 OUTPUT kFLOAT conv2d_cov/Sigmoid 4x23x40

0:00:00.695277150 6225 0x55866b08cad0 INFO nvinfer gstnvinfer.cpp:638:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:2004> [UID = 1]: Use deserialized engine model: /opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/…/…/models/Primary_Detector/resnet10.caffemodel_b30_gpu0_int8.engine
0:00:00.697035669 6225 0x55866b08cad0 INFO nvinfer gstnvinfer_impl.cpp:313:notifyLoadModelStatus:<primary_gie> [UID 1]: Load new model:/opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/config_infer_primary.txt sucessfully

Runtime commands:
h: Print this help
q: Quit

p: Pause
r: Resume

NOTE: To expand a source in the 2D tiled display and view object details, left-click on the source.
To go back to the tiled display, right-click anywhere on the window.

** INFO: <bus_callback:194>: Pipeline ready

Cuda failure: status=1 in cuResData at line 316
Cuda failure: status=1 in cuResData at line 348
ERROR: nvdsinfer_context_impl.cpp:341 Failed to make stream wait on event, cuda err_no:700, err_str:cudaErrorIllegalAddress
ERROR: nvdsinfer_context_impl.cpp:1619 Preprocessor transform input data failed., nvinfer error:NVDSINFER_CUDA_ERROR
0:00:00.984988802 6225 0x55866a3db320 WARN nvinfer gstnvinfer.cpp:1324:gst_nvinfer_input_queue_loop:<primary_gie> error: Failed to queue input batch for inferencing
ERROR from primary_gie: Failed to queue input batch for inferencing
Debug info: gstnvinfer.cpp(1324): gst_nvinfer_input_queue_loop (): /GstPipeline:pipeline/GstBin:primary_gie_bin/GstNvInfer:primary_gie
Cuda failure: status=700
Cuda failure: status=700
Cuda failure: status=700
ERROR from nvv4l2decoder11: Failed to allocate required memory.
Debug info: gstv4l2videodec.c(1634): gst_v4l2_video_dec_handle_frame (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin11/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin11/nvv4l2decoder:nvv4l2decoder11:
Buffer pool activation failed
ERROR from nvv4l2decoder20: Failed to allocate required memory.
Debug info: gstv4l2videodec.c(1634): gst_v4l2_video_dec_handle_frame (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin24/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin24/nvv4l2decoder:nvv4l2decoder20:
Buffer pool activation failed
ERROR from qtdemux11: Internal data stream error.
Debug info: qtdemux.c(6073): gst_qtdemux_loop (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin11/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin11/GstQTDemux:qtdemux11:
streaming stopped, reason error (-5)
ERROR from qtdemux24: Internal data stream error.
Debug info: qtdemux.c(6073): gst_qtdemux_loop (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin24/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin24/GstQTDemux:qtdemux24:
streaming stopped, reason error (-5)
Cuda failure: status=700
ERROR from nvv4l2decoder28: Failed to allocate required memory.
Debug info: gstv4l2videodec.c(1634): gst_v4l2_video_dec_handle_frame (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin28/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin28/nvv4l2decoder:nvv4l2decoder28:
Buffer pool activation failed
ERROR from qtdemux29: Internal data stream error.
Debug info: qtdemux.c(6073): gst_qtdemux_loop (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin28/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin28/GstQTDemux:qtdemux29:
streaming stopped, reason error (-5)
Cuda failure: status=700 in cuResData at line 316
Cuda failure: status=700 in cuResData at line 348
段错误

Please use cuda 11.4 required for deepstream 6.0GA

Setup pre-requisites:

  • Ubuntu 18.04
  • Gstreamer 1.14.1
  • NVIDIA driver 470+
  • CUDA 11.4
  • TensorRT 8.0.1

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