Yolo algorithm - anchor box vs classes

hello.
I saw the yolo lecture in the week3 of the 4th course and i have a question.

I expected to see the number of anchors relative to the number of classes (each anchor looking for specific class) because we choose every anchor box in the shape of every class.
its not clearly understandable that every anchor looking for all classes.
but in the lesson i see that there is no connection

image

This is not correct. Anchor boxes are based on object shapes only…nothing to do with object type. There are several threads discussing this already in the forum. You can find them with search…

[https://community.deeplearning.ai/search?q=Anchor%20boxes]

This is one of the threads returned by that search that might be helpful…. Number of anchor boxes

1 Like