Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- requirements.txt +1 -0
- settings/setup.sh +2 -2
requirements.txt
CHANGED
@@ -29,4 +29,5 @@ spaces
|
|
29 |
triton
|
30 |
wandb
|
31 |
opencv-python==4.11.0.86
|
|
|
32 |
|
|
|
29 |
triton
|
30 |
wandb
|
31 |
opencv-python==4.11.0.86
|
32 |
+
extensions/RaDe-GS/submodules/diff-gaussian-rasterization/
|
33 |
|
settings/setup.sh
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
PROJECT_DIR=$(pwd)
|
2 |
|
3 |
# Pytorch
|
4 |
-
pip3 install -i https://download.pytorch.org/whl/
|
5 |
-
pip3 install -i https://download.pytorch.org/whl/
|
6 |
|
7 |
# A modified gaussian splatting (+ alpha, depth, normal rendering)
|
8 |
cd extensions && git clone https://github.com/BaowenZ/RaDe-GS.git --recursive && cd RaDe-GS/submodules
|
|
|
1 |
PROJECT_DIR=$(pwd)
|
2 |
|
3 |
# Pytorch
|
4 |
+
pip3 install -i https://download.pytorch.org/whl/cu128 -U torch torchvision torchaudio
|
5 |
+
pip3 install -i https://download.pytorch.org/whl/cu128 -U xformers
|
6 |
|
7 |
# A modified gaussian splatting (+ alpha, depth, normal rendering)
|
8 |
cd extensions && git clone https://github.com/BaowenZ/RaDe-GS.git --recursive && cd RaDe-GS/submodules
|