Open sang0775 opened 2 years ago
Hi, thank you for your issue. I cannot reproduce this problem. I get "1" on my machine.
Are you using the latest version of my code? I updated the CUDA extension to fix some bugs a long time ago. Please consider pulling the repo again and re-compile the CUDA extension.
最新版本的代码有问题,giou计算不准确
above iou value is "0."
but when i change box angle torch.pi/4 to torch.pi/4 + 0.01, it return 1.0 and this is what i expected.