Bounding box out of the image size using CascadeObjectDetector
2 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!