I was looking at the details of the YOLO lab, and I wonder about the file yolo_anchors. The lab menction “reasonable height/width ratios” I though values were on the interval [0,1], but I see values greater than one, could you please explain me what this happen?
Here’s a thread you can find using search that has extended discussion of this file and the role the values play in the algorithm…
1 Like
There is a considerable legacy of threads related to the role anchors play in YOLOv2
https://community.deeplearning.ai/search?context=topic&context_id=342810&q=Anchors&skip_context=true
Additional reading in those might help clarify where and how the values in the file are used. Maybe start with threads that have a solution mark