Sebastian Cavada
commited on
Commit
·
4b6506e
1
Parent(s):
0236de6
adding install .sh
Browse files- install.sh +13 -0
install.sh
CHANGED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
conda create --name nerfstudio -y python=3.8
|
2 |
+
conda activate nerfstudio
|
3 |
+
pip install --upgrade pip
|
4 |
+
pip install torch==2.1.2+cu118 torchvision==0.16.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
5 |
+
|
6 |
+
conda install -y -c "nvidia/label/cuda-11.8.0" cuda-toolkit
|
7 |
+
pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
|
8 |
+
|
9 |
+
pip install nerfstudio
|
10 |
+
|
11 |
+
conda install conda-forge::colmap
|
12 |
+
|
13 |
+
conda install conda-forge::glomap
|