Valid Bounding Boxes for YOLO v2
Afficher commentaires plus anciens
Hi,
I'm trying to understand what are the requirements the Bounding Boxes for YOLO v2 training need to satisfy.
Can the position and the width and height of the bounding boxes be fractional?
I noticed that in an example for the fasterRCNNObjectDetector a function called helperSanitizeBoxes.m is used, where fractional boxes are rounded. Is this a requirement for the bounding boxes or can they be fractional?
In the examples for YOLO this "sanitation" step is not present and from MATLAB documentation it seems that the bounding boxes can have fractional values both in location and size.
Thanks,
Jacopo
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Object Detection dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!