Yolo Anchor Boxes

I’m not sure I completely understand the question. But I think this slide and discussion is in the context of training. During training you do have all object shape(s) and center location(s). You use them in the loss computation to train the model on which grid cell and anchor box are correct for the ground truth objects. You then use the learned parameters to make better predictions at operational runtime when you don’t know the shape or center location. Does this make sense?

Here are a couple of related threads, but you can find many others using the search…

1 Like