Clear Filters
Clear Filters

Bounding box out of the image size using CascadeObjectDetector

2 views (last 30 days)
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?

Answers (0)

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!