针对你提出的ImportError: cannot import name 'voxelgenerator' from 'spconv.utils'错误,我们可以按照以下步骤进行排查和解决: 确认'spconv.utils'模块是否已正确安装: 确保spconv库已经通过pip或conda等工具正确安装在你的Python环境中。你可以通过运行以下命令来检查spconv是否已安装: bash pip show spconv 如果...
Please make sure that 'mmcv.ops.csrc.common.utils.spconv' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can ...
from spconv.core import SHUFFLE_SIMT_PARAMS, SHUFFLE_VOLTA_PARAMS, SHUFFLE_TURING_PARAMS File "/home/jetson/build_spconv/spconv3/spconv/spconv/core.py", line 18, in from cumm.gemm.algospec.core import TensorOpParams ImportError: cannot import name 'TensorOpParams' from 'cumm.gemm.algospe...
在调通PoinTr代码的时候遇到了些问题,该代码依赖于Chamfer Distance,而该代码用gcc在cuda编译时会报错 且会返回 该问题的可能解决方案是调整g++文件basic_string.tcc[1]: g++一般在 /usr/include/c++/7/bits/ 当然有可能存储位置不一样,如果没找到可以试试whereis c++来看一下 找到__p->_M_set_sharable()...
I ranexport CUMM_CUDA_VERSION="10.2"andexport SPCONV_DISABLE_JIT="1"before runningpython3 setup.py bdist_wheel I got agcc: fatal error: cannot execute ‘cc1plus’: execvp: No such file ordirectory compilation terminated.'error (see below). ...
Python version: Python 3.7.3 (default, Mar 27 2019, 22:11:17) [GCC 7.3.0] :: Anaconda, Inc. on linux GCC version: mariyan@mz-lin:~/dev/spconv$ gcc --version gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0 This is the error I am getting, any hel...