I have a ofxOpenCvDNNObjectDetection Problem!

Hi, All.

  • Xcode(OpenCV C++) Screenshot.

When attempting object detection using the ofxOpenCVDNNObjectDetection addon, I trained a YOLOv2-tiny model using Python code and incorporated the resulting weight file, cfg file, and txt file into my code for inference in OpenFrameworks. While there are no errors, the system fails to detect any objects, as shown in the image.

Even after lowering the detection threshold to 0.01 as a troubleshooting measure, no bounding boxes appear, indicating that no objects are being detected at all.

What could be the reason for this issue?

What’s wrong to me ?
Thanks in advance.

Best,
@bemoregt.