首先使用create_env.sh搭建环境,然后运行opt中的脚本时,会提示缺少svox2脚本,需要手动安装。
在根文件夹,执行:
pip install .
会报错:
distutils.errors.DistutilsError: Command '['/root/miniconda3/envs/plenoxel/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpr038djse', '--quiet', 'pybind11>=2.5.0']' returned non-zero exit status 1.
pip install pybind11后,还会报错:
UserWarning: The environment variable `CUB_HOME` was not found.Installation will fail if your system CUDA toolkit version is less than 11.NVIDIA CUB can be downloaded from `https://github.com/NVIDIA/cub/releases`. You can unpack it to a location of your choice and set the environment variable `CUB_HOME` to the folder containing the &#