-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does making anchor larger than 60 x 60 mean? #3372
Comments
4 anchors larger than 60x60, for example 36x228=8208 > 60x60=3600, |
So my final Yolo layer should just have mask=0 because it is the only pair smaller than 30x30? Does this apply in the same way if training with letter_box? |
Having made the changes, this error occurs at the first yolo layer:
But filters is correct according to: filters = (classes + 5) * num / number_of_yolo_layers Where have I gone wrong? :o |
@AlexeyAB any help? :/ |
in general |
hi, @AlexeyAB
|
What does this mean? How can I assert that an anchor pair is larger than 60x60?
My first yolo layer calculated anchors are:
mask = 6,7,8
anchors = 11, 31, 25, 48, 15,115, 43, 78, 36,228, 75,110, 93,172, 109,263, 165,316
93, 172, 109, 263, 165, 316 are all larger than 60 - does that mean they satisfy the guidelines in the readme?
The text was updated successfully, but these errors were encountered: