TRAILab / CaDDN

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

pcdet/ops/iou3d_nms/src/iou3d_cpu.cpp:12:10: fatal error: cuda.h: No such file or directory #54

Closed USTC-ChaoYu closed 2 years ago

USTC-ChaoYu commented 2 years ago

Hi, when I install the pcdet library with the command:python setup.py develop, there is a problem appealed:

_pcdet/ops/iou3d_nms/src/iou3dcpu.cpp:12:10: fatal error: cuda.h: No such file or directory

so, could you please give me some suggestions?

codyreading commented 2 years ago

Hello,

Do you have CUDA 10.2 installed? Please install from here: https://developer.nvidia.com/cuda-10.2-download-archive

codyreading commented 2 years ago

Closing due to inactivity.