TRAILab / CaDDN

Categorical Depth Distribution Network for Monocular 3D Object Detection (CVPR 2021 Oral)
Apache License 2.0
359 stars 62 forks source link

Error during testing #87

Closed qwedaq closed 2 years ago

qwedaq commented 2 years ago

When I run the test.py file I get the following error. Can you please resolve this? 3der1

codyreading commented 2 years ago

Hello,

I've seen this error previously when compiling spconv on one machine and trying to use it on another, where the issue was that the spconv library was compiled for one GPU architcture but then used on another. My recommendation is to investigate what is causing this issue specifically by looking where this print statement for "Error! is executed, which I believe is in one of the ops files.

qwedaq commented 2 years ago

Thanks, it worked

czy341181 commented 2 years ago

Hi, @aveen-d @codyreading , I also met this problem. I found that it generated an error when calling the nms_gpu function.

https://github.com/TRAILab/CaDDN/blob/5a96b37f16b3c29dd2509507b1cdfdff5d53c558/pcdet/ops/iou3d_nms/src/iou3d_nms.cpp#L133

how you solved it?

czy341181 commented 2 years ago

I only have one machine, why would I have this problem