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, When I use the TTA in mmdet for the test in mmrotate1.x, I found that the function merge_aug_bboxes need a input tensor like aug_bboxes (list[Tensor]): shape (n, 4#class) .
However, for now, mmrotate1.x only support the output fomat like (x, y, w, h, theta), so i have no way to convert it.
Is there any tips for me to use TTA in mmrotate1.x correctly? Maybe I miss some document.
Thanks for help.
The text was updated successfully, but these errors were encountered:
Hi, I use the change in open-mmlab/mmrotate#771.
tta works, but the result is bad. I don't know why tta produce a lot of wrong bboxes. I don't know why.
Hi, When I use the TTA in mmdet for the test in mmrotate1.x, I found that the function merge_aug_bboxes need a input tensor like aug_bboxes (list[Tensor]): shape (n, 4#class) .
However, for now, mmrotate1.x only support the output fomat like (x, y, w, h, theta), so i have no way to convert it.
Is there any tips for me to use TTA in mmrotate1.x correctly? Maybe I miss some document.
Thanks for help.
The text was updated successfully, but these errors were encountered: