I am trying to perform inference with a single object detection model using detectnet_v2. In the config file I have given
num-detected-classes=1
In the labels.txt, I have mentioned only one class name.
But when run the application I am getting below error:
Attributes specified for class 1 while element has been configured with num-detected-classes=1
If I give
num-detected-classes=2
I can able to run the deepstream but its not showing any bounding boxes.
• Hardware Platform (GPU)
• DeepStream Version 5.0.1 container
**• TensorRT Version **
• NVIDIA GPU Driver Version (440.100)
• Issue Type( questions)