-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
fix anchor mistake #14
Conversation
[w, h] is mis-written to [h, w] which makes anchors error
|
|
再确认一个事情 这块给的是eval_size是按照h w给的嘛 https://github.com/lyuwenyu/RT-DETR/blob/main/rtdetr_paddle/configs/rtdetr/_base_/rtdetr_r50vd.yml#L10 |
对的 就像这个配置 #13 (comment) |
感谢踩坑,还是想确认一下,麻烦下作者 @lyuwenyu , Pytorch那边有类似的问题吗? |
我也想知道,现在在v2上尝试长方形输入,不是很顺利 |
[w, h] is mis-written to [h, w]
which makes anchors error
(range of grid_y is [0, h-1], range of grid_x is [0, w-1])