Filter löschen
Filter löschen

Bounding box out of the image size using CascadeObjectDetector

2 Ansichten (letzte 30 Tage)
OIPA
OIPA am 15 Mai 2018
I am using CascadeObjectDetector for traffic sign detection with the GTSDB public dataset.
I trained the detector, but now, when I pass an image of 800x1360x3 uint8, the detector returns me a bbox like [979 828 386 187] which is out of the bounds of the original image and seems to be impossible (even the width and the height of the bounding box are suspiciously big). So, when evaluating the performance of the detector the result is a false positive.
Is this the normal behaviour and shall I just discard these the bboxes that are out of the bounds of the images or is this a bug of the detector?

Antworten (0)

Kategorien

Mehr zu Image Processing and Computer Vision finden Sie in Help Center und File Exchange

Produkte


Version

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by