Hello everyone!
I am trying from .iou3d import iou3d_nms_cuda
and an error is raised as follows
iou3d_nms_cuda.cpython-38-x86_64-linux-gnu.so: undefined symbol:
_ZNK3c1010TensorImpl36is_contiguous_nondefault_policy_implENS_12MemoryFormatE
From the site I know that there is no mmcv-full
package in my environment. However, when I turn to Docs of mmcv-full
, there is no corresponding version to torch2.0.0+cuda118, the environment in my computer.
Then I tried to pip install mmcv-full==1.7.1
which is the newest version, but that doesn’t work.
So what can I do to solve this problem? Or should I create a new environment with lower version of torch and cuda?