-
Notifications
You must be signed in to change notification settings - Fork 783
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
how many predict objets per cell? #227
Comments
|
Thanks. Q2) |
Objects are assigned randomly to the boxes. Overriding does happen at times. Need to limit the number of boxes so as to limit the size of the network. Increasing the number of boxes of your objects are too small. It's perfectly fine. The standard model has 5 objects. The box that has the max IOU with an object is responsible for predicting that object. |
Hi ,
I have some question and i don't understand well.
in the yolo1 we consider 2 boxes per cell and each center objects located that certain cell , thus boxes of that cell assigned to those objects , my question is : each cell assigned to only one object or assigned to those objects located on that cell ?
why yolo1 can't detect small objects ? because use 7x7 ? this problem addressed in the v2 / v3? how ? only because grid cell 13x13 ? or because of B=6 instead of B=2?
and final question is in the v1 we predict bbox coordinates or offsets?
The text was updated successfully, but these errors were encountered: