tiny-cuda-nn环境配置

服务器环境:Ubuntu18 + cuda11.3

  1. 安装conda
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py38_4.8.3-Linux-x86_64.sh --no-check-certificate
bash Miniconda3-py38_4.8.3-Linux-x86_64.sh
  1. 新建环境
conda create --name nerfstudio -y python=3.8
conda activate nerfstudio
python -m pip install --upgrade pip
  1. 安装pytorch
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html
  1. 在mac上下载[tinycudann v1.6](tinycudann v1.6) 并上传服务器(此时dependencies中的cutlassfmt是空的)
    a. 从gitee上找相应的两个库并clone到目录中
    b. mac本地跑git clone --recursive https://github.com/nvlabs/tiny-cuda-nn然后把两个文件夹中的内容复制到v1.6版本相应位置
  2. 编译(其中第三行要等挺长时间的)
cd tiny-cuda-nn
cmake . -B build
cmake --build build --config RelWithDebInfo -j
  1. 链接pytorch
cd bindings/torch
python setup.py install

其中就这里的最后一步install容易报很多错误,可以参考【坑】
8. 检查是否安装成功

python
import tinycudann


● python版本一定要大于3.8,尽量用conda装(自己试过本地安装python3.8.0, python3.9.14, python3.10都遇到了很多麻烦)
● torch版本要匹配tinycudann版本
● cuda11.3可能安不了高版本tinycudann
● cuda11.7 cuda11.8及更高pytorch可以安官方推荐的torch2.0.1
● 直接跑官方pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch 可能不太行,后续会有问题
● 直接clone github上的tinucudann可能会由于网络问题下不下来(因为要递归装cutlass,这个库有90多M)
● 【报错:filesystem: No such file or directory】
○ 解决:将json.hpp #include -> #include <experimental/filesystem>
○ https://github.com/nlohmann/json/issues/3090

References
https://docs.nerf.studio/en/latest/quickstart/installation.html
https://aitechtogether.com/python/107699.html
https://zhuanlan.zhihu.com/p/588741279

  • 4
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
要在Windows中安装tiny-cuda-nn,您需要按照以下步骤进行操作: 1. 首先,确保您的计算机已经安装了合适的CUDA驱动程序。您可以从NVIDIA官方网站下载并安装最新的CUDA驱动程序。 2. 在安装CUDA驱动程序后,您需要安装CMake工具。您可以从CMake官方网站下载并安装最新版本的CMake。 3. 接下来,您需要安装Git客户端,以便从GitHub上获取tiny-cuda-nn的源代码。您可以从Git官方网站下载并安装最新版本的Git。 4. 打开一个命令行终端或Git Bash终端,并导航到您想要存储tiny-cuda-nn源代码的目录。 5. 在命令行终端或Git Bash终端中,运行以下命令来克隆tiny-cuda-nn的GitHub存储库: ``` git clone https://github.com/tiny-cuda-nn/tiny-cuda-nn.git ``` 6. 克隆完成后,导航到tiny-cuda-nn源代码的目录。然后,创建一个新的文件夹来构建项目,比如"build": ``` cd tiny-cuda-nn mkdir build cd build ``` 7. 在构建文件夹中,运行以下命令使用CMake生成构建文件: ``` cmake .. ``` 8. 完成CMake配置后,运行以下命令来编译tiny-cuda-nn: ``` cmake --build . ``` 9. 编译完成后,您可以在构建文件夹中找到生成的可执行文件。您可以运行该可执行文件来使用tiny-cuda-nn。 请注意,上述步骤假设您已经正确安装了CUDA驱动程序、CMake和Git,并且您的计算机满足tiny-cuda-nn的要求。如果在安装过程中遇到任何问题,请参考tiny-cuda-nn的文档或GitHub存储库中的说明。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

doubleZ0108

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值