paulpanwang commited on
Commit
f39fc1a
·
verified ·
1 Parent(s): dab492c

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -0
  2. 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/cu121 -U torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1
5
- pip3 install -i https://download.pytorch.org/whl/cu121 -U xformers==0.0.27
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