Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) : Gforce GTX 1650
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only) I am not using Jetson.
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 510.06_gameready_win11_win10-dch_64bit_international
• 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 am using Docker Desktop (on Windows 11)
I have WSL2 + Ubuntu 20.04
I have nvidia-docker2 and all commands work to detect the GPU
±----------------------------------------------------------------------------+
| NVIDIA-SMI 510.00 Driver Version: 510.06 CUDA Version: 11.6 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce … On | 00000000:01:00.0 Off | N/A |
| N/A 36C P3 11W / N/A | 134MiB / 4096MiB | N/A Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
I can’t run any sample from any folder! I tried pretty much all of them:
/opt/nvidia/deepstream/deepstream-5.1/samples/configs
/opt/nvidia/deepstream/deepstream/samples/configs/deepstream-app
/opt/nvidia/deepstream/deepstream-5.1/samples/configs/tlt_pretrained_models
/opt/nvidia/deepstream/deepstream-5.1/samples/configs/deepstream-app-trtis
I have issues like
** ERROR: <create_primary_gie_bin:120>: Failed to create ‘primary_gie’
** ERROR: <create_primary_gie_bin:182>: create_primary_gie_bin failed
** ERROR: <create_pipeline:1294>: create_pipeline failed
** ERROR: main:636: Failed to create pipeline
OR
** ERROR: main:655: Failed to set pipeline to PAUSED
Quitting
ERROR from src_bin_muxer: Output width not set
Debug info: gstnvstreammux.c(2512): gst_nvstreammux_change_state (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstNvStreamMux:src_bin_muxer
App run failed
deepstream-app -c config_infer_secondary_vehicletypes.txt
deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display_int8.txt
deepstream-app -c config_infer_secondary_vehicletypenet.txt
This my container: docker pull nvcr.io/nvidia/deepstream:5.1-21.02-devel
Nothing works!