首先,我们需要确认 pcdet.ops.iou3d_nms 模块中是否确实存在 iou3d_nms_cuda 这个函数或类。这通常涉及到查看该模块的源代码。由于 pcdet 是一个开源项目(假设你提到的 pcdet 是指Point Cloud Detection,一个用于3D点云目标检测的开源库),你可以在其GitHub仓库中查找。 如果源代码中确实存在 iou3d_nms_cuda,...
ImportError: cannot import name 'iou3d_nms_cuda' from 'pcdet.ops.iou3d_nms' (unknown location)#12 Closed Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development No branches or pull requests 2 participants...
I try to install mmcv-full using below the version of cuda I have installed, some errors occur. But when I install pytorch using below the version of cuda I have installed, it also can work, do you have some idea to slove it? Maybe a suc...