Open ShuojieMo opened 3 years ago
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: