File "/export/work/CODE/pointnet_set/PointRCNN/tools/../lib/utils/iou3d/iou3d_utils.py", line 2, in import iou3d_cuda ImportError: /home/anaconda3/envs/torch/lib/python3.6/site-packages/iou3d-0.0.0-py3.6-linux-x86_64.egg/iou3d_cuda.cpython-36m-x86_64-linux-gnu.so: undefined sym...
首先,我们需要确认 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...
Resulting in the following apt information: I however did NOT type sudo-apt autoremove yet and pytorch also still sees my gpu, inidicating that cuda is still working! I would really appreciate your help solving the 'ops.iou3d_nms import iou3d_nms_utils' error! Thanks in advance!
File "/data/bevfusion/mmdet3d/core/bbox/structures/base_box3d.py", line 5, in from mmdet3d.ops.iou3d import iou3d_cuda File "/data/bevfusion/mmdet3d/ops/init.py", line 12, in from .feature_decorator import feature_decorator
in from mmdet3d.ops.iou3d import iou3d_cuda File "/media/wxr/work/work/SST_maybe_ok/SST/mmdet3d/ops/init.py", line 21, in from .sparse_block import (SparseBasicBlock, SparseBottleneck, File "/media/wxr/work/work/SST_maybe_ok/SST/mmdet3d/ops/sparse_block.py", line 7, in from sp...
4/28/2021 10:06:38 PM File "/output/mmdet3d/core/bbox/structures/base_box3d.py", line 5, in 4/28/2021 10:06:38 PM from mmdet3d.ops.iou3d import iou3d_cuda 4/28/2021 10:06:38 PM File "/output/mmdet3d/ops/init.py", line 5, in ...
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...
File "/home/fan/mmdetection3d/mmdet3d/core/evaluation/kitti_utils/rotate_iou.py", line 292, in criterion=-1): File "/home/fan/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/numba/cuda/decorators.py", line 101, in kernel_jit ...