Hello,
I'm trying to test Yolo v2 working in C++. I have replicated in my own project the example code to perform object detection from:
OpenCV DNN Object Detection Sample
My code is correctly working with Faster-RCNN VGG/ZF however, when I try YOLO I get an output of bounding boxes but all of them have associated score 0 and class 0 which I assume is not correct.
Y have downloaded and compiled the last GitHub version of OpenCV with the contrib modules.
Has anyone faced this issue and knows what may be wrong?