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
Hi @TengfeiHou,
Thank you for reporting the bug. The order should be changed.
If the order is not changed some positive boxes of adjacent levels are not ignored. I think it will not change the final results. I will benchmark it again and report it here if it affects the performance.
Thanks for ur wonderful work!
I try to do some extension depends on ur codes, but when i read the code, I find something strange.
Its in mmdet/core/bbox/assigner/region_assigner.py
In step 4 :Assign -1 to ignore adjacent lvl
when use
calc_region
function ,should
r2
andd_stride or u_stride
change their place?I try some example and under this code condition I get strange x,y
x1 even larger than x2
but I change their place, the d_ignore_region/u_ignore_region seems normal
So I wonder if the code is something wrong, or I misunderstand someting
Thanks
The text was updated successfully, but these errors were encountered: