Hello Nvidia Team,
I am trying to yolov5 inference using deepstream 6.0. I am using below config file and got error. guide mefor custom plugin using this repo - DeepStream-Yolo/readme.md at master · marcoslucianops/DeepStream-Yolo · GitHub
[property]
gpu-id=0
net-scale-factor=0.0039215697906911373
model-color-format=0
onnx-file= yolov5s.onnx
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=4
maintain-aspect-ratio=1
parse-bbox-func-name=NvDsInferParseYolo
custom-lib-path= nvdsinfer_custom_impl_Yolo/libnvdsinfer_custom_impl_Yolo.so
[class-attrs-all]
pre-cluster-threshold=0.2
eps=0.2
group-threshold=1
Error -
python3: nvdsparsebbox_Yolo.cpp:342: bool NvDsInferParseYoloV2(const std::vector&, const NvDsInferNetworkInfo&, const NvDsInferParseDetectionParams&, std::vector&, std::vector&, const uint&): Assertion `layer.inferDims.numDims == 2’ failed.
Aborted