No Detect Result

Please provide complete information as applicable to your setup.

• Hardware Platform Jetson Xavier NX
• DeepStream Version: 6.1
• JetPack Version 5.0.1 DP
• TensorRT Version 8.4.0
• NVIDIA GPU Driver Version CUDA 11.4
**• Issue Type questions **

when I run deepstream, it dont show the detect result, why.
And in deepstream folder, i have the label file-“labels.txt”. The yolov5s model is not custom.

this is my configuration file:

[property]
gpu-id=0
net-scale-factor=0.0039215697906911373
model-color-format=0
onnx-file=yolov5s.onnx
model-engine-file=model_b1_gpu0_fp32.engine
#int8-calib-file=calib.table
labelfile-path=labels.txt
batch-size=1
network-mode=0
num-detected-classes=80
interval=0
gie-unique-id=1
process-mode=1
network-type=0
cluster-mode=2
maintain-aspect-ratio=1
symmetric-padding=1
#force-implicit-batch-dim=1
#workspace-size=1000
parse-bbox-func-name=NvDsInferParseYolo
#parse-bbox-func-name=NvDsInferParseYoloCuda
custom-lib-path=nvdsinfer_custom_impl_Yolo/libnvdsinfer_custom_impl_Yolo.so
engine-create-func-name=NvDsInferYoloCudaEngineGet

[class-attrs-all]
nms-iou-threshold=0.45
pre-cluster-threshold=0.25
topk=300

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. which sample are you testing? here is a yolov5 sample.
  2. can you add log in NvDsInferParseYolo to check if this function is triggered?
  3. if still can’t work, can you share the whole running log?

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