Rotated_IoU icon indicating copy to clipboard operation
Rotated_IoU copied to clipboard

inf bbox loss when using cal_giou_3d ( but the iou is right)

Open YuQiao0303 opened this issue 2 years ago • 0 comments

Hi author, Thank you for your nice work. I encountered a case where I get bbox_iou of 0.7304, but bbox_loss: -inf.

After that it's: CUDA kernel failed : invalid configuration argument.

Should I modify giou_loss = 1. - iou3d + (v_c - u3d) / v_c as giou_loss = 1. - iou3d + (v_c - u3d) / (v_c + 1e-14)?

Thank you!

YuQiao0303 avatar Oct 24 '22 03:10 YuQiao0303