We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Thanks for your error report and we appreciate it a lot.
Checklist
Describe the bug Two boxes is far from each other, but the iou is high from box_iou_rotated.
Reproduction
python tools/test.py
Did you make any modifications on the code or config? Did you understand what you have modified? NO
What dataset did you use? NuScenes
Environment
python mmdet3d/utils/collect_env.py
`Python: 3.8.13 (default, Mar 28 2022, 11:38:47) [GCC 7.5.0] CUDA available: True GPU 0,1: GeForce RTX 2080 Ti CUDA_HOME: /usr/local/cuda NVCC: Cuda compilation tools, release 10.2, V10.2.8 GCC: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 PyTorch: 1.10.1 PyTorch compiling details: PyTorch built with:
TorchVision: 0.11.2 OpenCV: 4.6.0 MMCV: 1.5.3 MMCV Compiler: GCC 7.3 MMCV CUDA Compiler: 10.2 MMDetection: 2.25.0 MMSegmentation: 0.25.0 MMDetection3D: 1.0.0rc3+bb20469 spconv2.0: False`
The text was updated successfully, but these errors were encountered:
I have found the reason, i should unsqueeze the tensor shape first. Close it
Sorry, something went wrong.
No branches or pull requests
Thanks for your error report and we appreciate it a lot.
Checklist
Describe the bug
Two boxes is far from each other, but the iou is high from box_iou_rotated.
Reproduction
Did you make any modifications on the code or config? Did you understand what you have modified?
NO
What dataset did you use?
NuScenes
Environment
python mmdet3d/utils/collect_env.py
to collect necessary environment information and paste it here.`Python: 3.8.13 (default, Mar 28 2022, 11:38:47) [GCC 7.5.0]
CUDA available: True
GPU 0,1: GeForce RTX 2080 Ti
CUDA_HOME: /usr/local/cuda
NVCC: Cuda compilation tools, release 10.2, V10.2.8
GCC: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
PyTorch: 1.10.1
PyTorch compiling details: PyTorch built with:
TorchVision: 0.11.2
OpenCV: 4.6.0
MMCV: 1.5.3
MMCV Compiler: GCC 7.3
MMCV CUDA Compiler: 10.2
MMDetection: 2.25.0
MMSegmentation: 0.25.0
MMDetection3D: 1.0.0rc3+bb20469
spconv2.0: False`
The text was updated successfully, but these errors were encountered: