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
.Bug was found when I use the cal_iou_3d() . IoU result of two bbox3d will get wrong when the angle = np.pi/4 , but get correct when the angle = np.pi/4 + 1e-6. Following is my test case:
Hi, I cannot reproduce this bug. I got iou3d=1 in both cases.
Did you use the latest version of my code? I fixed some bugs several months ago. Please consider pulling this repo again and re-compiling the CUDA extension. Also, you might need to delete the generated files under cuda_op before the re-compilation.
.Bug was found when I use the
cal_iou_3d()
. IoU result of two bbox3d will get wrong when theangle = np.pi/4
, but get correct when theangle = np.pi/4 + 1e-6
. Following is my test case:The text was updated successfully, but these errors were encountered: