open-mmlab / OpenPCDet

OpenPCDet Toolbox for LiDAR-based 3D Object Detection.
Apache License 2.0
4.58k stars 1.28k forks source link

Some errors about test #466

Closed Ben940315 closed 2 years ago

Ben940315 commented 3 years ago

When I run test.py, some errors like these: OpenPCDet/pcdet/ops/iou3d_nms/iou3d_nms_utils.py", line 69, in boxes_iou3d_gpu max_of_min = torch.max(boxes_a_height_min, boxes_b_height_min) RuntimeError: CUDA error: invalid device function

So how to solve it?

RolandoAvides commented 3 years ago

Try to reinstall OpenPCDet and pytorch.

bluestyle97 commented 3 years ago

Maybe you compile the CUDA extensions and run test.py on different types of GPUs.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.