Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
GPU RTX 2080
• DeepStream Version
6.4
• TensorRT Version
default tensorrt in 6.4 nvcr.io/nvidia/deepstream:6.4-triton-multiarch
• NVIDIA GPU Driver Version (valid for GPU only)
| NVIDIA-SMI 535.183.01
Driver Version: 535.183.01
CUDA Version: 12.2 |
• Issue Type( questions, new requirements, bugs)
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)
with this dockerfile
FROM nvcr.io/nvidia/deepstream:6.4-triton-multiarch AS base
ENV DEBIAN_FRONTEND=noninteractive
RUN /opt/nvidia/deepstream/deepstream/user_additional_install.sh
RUN apt-get update && apt install -y python3.10-venv
RUN python3 -m pip install --upgrade pip
RUN pip3 install redis paho-mqtt opencv-python packaging
RUN curl -O -L https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/releases/download/v1.1.10/pyds-1.1.10-py3-none-linux_x86_64.whl
RUN pip3 install ./pyds-1.1.10-py3-none-linux_x86_64.whl
then running
Working directory /opt/nvidia/deepstream/deepstream-6.4/sources/deepstream_python_apps/apps/deepstream-test3.
deepstream_test_3.py -i rtsp://admin:password@192.168.4.170:8554/ppe_basic.mp4 --no-display
i get
0:00:04.011101800 17825 0x55559384e110 INFO nvinfer gstnvinfer.cpp:682:gst_nvinfer_logger:<primary-inference> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:2195> [UID = 1]: Use deserialized engine model: /opt/nvidia/deepstream/deepstream-6.4/samples/models/Primary_Detector/resnet18_trafficcamnet.etlt_b1_gpu0_int8.engine
[New Thread 0x7fff7d7fe640 (LWP 17843)]
[New Thread 0x7fff7cffd640 (LWP 17844)]
[New Thread 0x7fff67fff640 (LWP 17845)]
0:00:04.014986093 17825 0x55559384e110 INFO nvinfer gstnvinfer_impl.cpp:328:notifyLoadModelStatus:<primary-inference> [UID 1]: Load new model:dstest3_pgie_config.txt sucessfully
[New Thread 0x7fff677fe640 (LWP 17846)]
Decodebin child added: source
[New Thread 0x7fff66ffd640 (LWP 17847)]
[New Thread 0x7fff667fc640 (LWP 17848)]
[New Thread 0x7fff65ffb640 (LWP 17849)]
[New Thread 0x7fff657fa640 (LWP 17850)]
Thread 18 "pool-python3" received signal SIGABRT, Aborted.
[Switching to Thread 0x7fff657fa640 (LWP 17850)]
0x00007ffff7ce59fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) Quit
(gdb) pwd
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)