You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand we finally need to give (x,y,w,h) to the network where x,y is grid centre and w,h are width,height of grid. But, in the create_config.py I don't understand how seed is used for calculating anchor boxes. It's being multiplied by (H,W) and reshaped to (H,W,B,2) what is 2 here? Is that 2 really needed? I have to change anchor box dimensions for my dataset. How do I do that?
The text was updated successfully, but these errors were encountered:
I understand we finally need to give (x,y,w,h) to the network where x,y is grid centre and w,h are width,height of grid. But, in the create_config.py I don't understand how seed is used for calculating anchor boxes. It's being multiplied by (H,W) and reshaped to (H,W,B,2) what is 2 here? Is that 2 really needed? I have to change anchor box dimensions for my dataset. How do I do that?
The text was updated successfully, but these errors were encountered: