【nerfStudio】1-在windows上安装nerfStudio

安装常见问题 :

ImportError: DLL load failed while importing _89_C

The detected CUDA version mismatches the version that was used to compile PyTorch (10.2). Please make sure to use the same CUDA versions.

No CUDA toolset found

ERROR: File "setup.py" not found. Directory cannot be installed in editable mode

“len(sources) > 0”,“ctype = _C.ContractionType(type.value) ; TypeError: ‘NoneType’ object is not callable”

环境搭建

必装软件工具

  • 安装Git。

  • 安装Visual Studio 2022。在安装CUDA之前必须完成此步骤。必须在“桌面开发与C++”工作流程(在BuildTools版本中称为“C++构建工具”)中包含所需的组件。

  • Nerfstudio要求python >= 3.8。我们建议使用conda来管理依赖关系。在继续之前,请确保安装了

你可能感兴趣的:(NeRF从0到1,windows,3d,计算机视觉,人工智能,深度学习,图像处理)