Deepstream 5.0.1 code freezes on rtsp

Hi,
We are working on Deepstream 5.0.1-python. The code is running inside a container.

Source - RTSP stream

But the code is getting stuck with no errors or no logs after running sometimes for few hours and sometimes few minutes only. I am completely clueless about what’s happening.

Can somebody help in solving this issue?

@everyone please help me to solve

Hi,

I am moving this topic to the DeepStream forum for better visibility.

Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• 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)
• The pipeline being used

Below is the screenshot for hardware platform-
image

Deepstream version: 5.0.1

Cofig file is given below:

[property]
gpu-id=0
net-scale-factor=0.0039215697906911373

model-engine-file=/apps/crane-detection/model/resnet18_detector.etlt_b2_gpu0_int8.engine
labelfile-path=/apps/crane-detection/model/labels.txt
int8-calib-file=/apps/crane-detection/model/calibration.bin
input-dims=3;720;1280;0
uff-input-blob-name=input_1
batch-size=4
model-color-format=0

0=FP32, 1=INT8, 2=FP16 mode

network-mode=1
int8-calib-file=/apps/crane-detection/model/calibration.bin
num-detected-classes=4
cluster-mode=1
interval=0
gie-unique-id=1
is-classifier=0
classifier-threshold=0.9
output-blob-names=output_bbox/BiasAdd;output_cov/Sigmoid

[class-attrs-all]
threshold=0.2
eps=0.7
minBoxes=1

#Use the config params below for dbscan clustering mode
[class-attrs-all]
detected-min-w=4
detected-min-h=4
minBoxes=3

Per class configurations

[class-attrs-0]
pre-cluster-threshold=0.05
eps=0.7
dbscan-min-score=0.95

[class-attrs-1]
pre-cluster-threshold=0.05
eps=0.7
dbscan-min-score=0.5

Thanks

1 Like

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

1.Can you update deepstream to the latest ?
Your driver version is 470, I guess you are using deepstream 6.0.1 ?
2. Which example did you use to reproduce this issue?
Can you share sample code for me reproduce this issue ?
3.when the application is stucked, the rtsp stream is ok ?

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