Nerfstudio provides a simple API that allows for a simplified end-to-end process of creating, training, and testing NeRFs nerfstudio当中包含经典的nerf模型,还提供了可视化、渲染、导出显式表达等功能。作为初学者感觉挺好用的。 渲染的一只可莉 nerfstudio安装 本机环境:ubuntu20.04 3090ti i9-9900K 目前...
tinycudann编译好之后,最难做的也就弄完了,接下来我们安装nerfstudio,GitHub上原作者给出了两种方法,咱采用最简单的那种: pip install nerfstudio 这里安装nerfstudio如果网速不佳的话会等很久很久,等安装好过后,就只有ffmpeg、colmap、hloc需要安装了。 数据下载和测试 按道理来说,到这一步咱就可以直接训练了,所以...
图像数据在网址https://data.nerf.studio/nerfstudio/,可直接下载解压缩后,复制到D:/Git/git_home/nerfstudio/data/nerfstudio/person文件夹(其中data/nerfstudio/person为另创建) (6)训练nerfstudio模型:以nerfacto为例,运行 ns-trainnerfacto--datadata/nerfstudio/person (--max-num-iterations 5000) 成功运行...
CUDA 代码的编译是由两部分组成:在 GPU 上的代码,由 NVCC 完成;在 CPU 上的代码,交给其他编译工具完成,这里使用的是 VC。 接下来就可以愉快地安装 tiny-cuda-nn 了: cd tiny-cuda-nn\bindings\torch\setup.py python setup.py install 安装NerfStudio 按照官网文档: pip install nerfstudio 本文使用Zhihu On...