I am using deepstream-6.1 container and I have integrated peoplenet and reid(onnx based) model but I have observed that the code base get stuck after some time. Can you please help me to resolve the issue? I have added reid model as sgie and my observation is that when the crowd is more (Crowd means when more people are detected in frame, if 1-2 people in frame than code works fine) in the frame then this issue arise.
Below is my configuration for peopleNet model and reid model.
[property]
gpu-id=0
net-scale-factor=0.01735207357279195
offsets=123.675;116.28;103.53
model-color-format=0
# Set the model file path
#onnx-file=../models/reid_osnet_ibn/model.onnx
# Set the model input layer name
#model-engine-file=../models/reid_osnet_ibn/model.onnx_b1_gpu0_fp32.engine
model-engine-file=/root/data/Pritam/Script/deep-person-reid/log/osnet_ibn_x1_0/model/model.pth.onnx.engine
input-dims=3;256;128;0
input-object-min-width=30
input-object-min-height=50
force-implicit-batch-dim=1
process-mode=2
output-blob-names=output
model-color-format=0
operate-on-gie-id=1
gie-unique-id=2
classifier-threshold=0
output-tensor-meta=1
maintain-aspect-ratio=0
## Extract embedding on "people" class only
operate-on-class-ids=0
network-type=100
Please suggest what is wrong here. Why the OSD output got freeze after some time and only **PERF: {} is visible.
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)
• Hardware Platform (Jetson / GPU) GPU • DeepStream Version 6.1 • JetPack Version (valid for Jetson only) NA • TensorRT Version nv-tensorrt-repo-ubuntu1804-cuda11.1-trt7.2.2.3-ga-20201211 1-1 • NVIDIA GPU Driver Version (valid for GPU only) Nvidia-Driver-535
Problem Statement:
I am using deepstream-6.1 container and I have integrated peoplenet and reid(onnx based) model but I have observed that the code base get stuck after some time. Can you please help me to resolve the issue? I have added reid model as sgie and my observation is that when the crowd is more (Crowd means when more people are detected in frame, if 1-2 people in frame than code works fine) in the frame then this issue arise.
Below is my configuration for peopleNet model and reid model.
[property]
gpu-id=0
net-scale-factor=0.01735207357279195
offsets=123.675;116.28;103.53
model-color-format=0
# Set the model file path
#onnx-file=../models/reid_osnet_ibn/model.onnx
# Set the model input layer name
#model-engine-file=../models/reid_osnet_ibn/model.onnx_b1_gpu0_fp32.engine
model-engine-file=/root/data/Pritam/Script/deep-person-reid/log/osnet_ibn_x1_0/model/model.pth.onnx.engine
input-dims=3;256;128;0
input-object-min-width=30
input-object-min-height=50
force-implicit-batch-dim=1
process-mode=2
output-blob-names=output
model-color-format=0
operate-on-gie-id=1
gie-unique-id=2
classifier-threshold=0
output-tensor-meta=1
maintain-aspect-ratio=0
## Extract embedding on "people" class only
operate-on-class-ids=0
network-type=100
Please suggest what is wrong here. Why the OSD output got freeze after some time and only **PERF: {} is visible.
With DeepStream 7.0 GA, you can add “tensor-meta-pool-size” in the SGIE nvinfer configuration file. The large value, the better according to the objects number detected by PGIE…