0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

NeRFstudioのinstallに関する備忘録

Last updated at Posted at 2025-05-14

installに関する注意点

環境
win11 cuda11.8 pytorch2.1.2

tiny-cuda-nnに関する注意事項

cuda11.8のコンパイラが対応しているアーキテクチャに設定
デフォルトだと89

cmd
set TCNN_CUDA_ARCHITECTURES = 86

x64 Native Tool Command Prompt for VS 2019を使う
for 2022だとバージョン関係のエラーが出る

pip install -e .に関する注意事項

RUSTをinstallしておく
gsplatはバージョンを下げておく 0.1.1くらい

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?