OpenCV SSD MobileNet V2 Model: No Object Detection Despite Confidence Threshold
I’m using a Basler camera with OpenCV’s DNN module to run an SSD object detection model (mobilenetv2_050_Opset18.onnx) with CUDA support enabled on c++. The Basler camera is correctly capturing frames, and OpenCV is processing the images, but the SSD model doesn’t detect any objects, not even with a confidence threshold as low as 0.0001.