Please provide complete information as applicable to your setup.
**• Machine OS: Windows
**• Hardware Platform: GPU RTX 3050
• DeepStream Version: 6.4
• TensorRT Version: 8.6.1.6 (Run on image tensorrt:23.12-py3)
• NVIDIA GPU Driver Version (valid for GPU only): 532.10
• Issue Type( questions, new requirements, bugs): Nothing happen upon running deepstream_test_1.py, require help
• 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)
- git clone GitHub - NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications
- docker run --gpus all -it --rm --net=host --privileged -v deepstream_python_apps:/opt/nvidia/deepstream/deepstream-6.4/sources/deepstream_python_apps -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-6.4 nvcr.io/nvidia/deepstream:6.4-triton-multiarch
- cd sources/deepstream_python_apps/apps/deepstream-test1
- python3.10 deepstream_test_1.py …/…/stream/sample_720.h264
Results:
Nothing is run after the printout of ‘Starting pipeline’
Appreciate help and guidance. Thank you
