Merged
Conversation
[w, h] is mis-written to [h, w] which makes anchors error
Closed
Owner
|
Contributor
Author
|
Owner
再确认一个事情 这块给的是eval_size是按照h w给的嘛 https://github.com/lyuwenyu/RT-DETR/blob/main/rtdetr_paddle/configs/rtdetr/_base_/rtdetr_r50vd.yml#L10 |
Contributor
Author
对的 就像这个配置 #13 (comment) |
|
感谢踩坑,还是想确认一下,麻烦下作者 @lyuwenyu , Pytorch那边有类似的问题吗? |
我也想知道,现在在v2上尝试长方形输入,不是很顺利 |
This was referenced Jul 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[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])