File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- [submodule "submodules/diff-surfel-rasterization "]
2
- path = submodules/diff-surfel-rasterization
3
- url = https://github.com/hbb1/diff-surfel-rasterization.git
4
- [submodule "submodules/simple-knn "]
5
- path = submodules/simple-knn
6
- url = https://gitlab.inria.fr/bkerbl/simple-knn.git
1
+ # [submodule "submodules/diff-surfel-rasterization"]
2
+ # path = submodules/diff-surfel-rasterization
3
+ # url = https://github.com/hbb1/diff-surfel-rasterization.git
4
+ # [submodule "submodules/simple-knn"]
5
+ # path = submodules/simple-knn
6
+ # url = https://gitlab.inria.fr/bkerbl/simple-knn.git
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ bash shell_scripts/final_release/inference/gradio_sample_obajverse_i23d_dit.sh
142
142
143
143
``` bash
144
144
# download
145
- git clone https://github.com/NIRVANALAN/GaussianAnything.git --recursive
145
+ git clone https://github.com/NIRVANALAN/GaussianAnything.git
146
146
147
147
# setup the pytorch+xformers+pytorch3d environment
148
148
conda create -n ga python=3.10
@@ -153,8 +153,8 @@ pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
153
153
154
154
Then, install the 2DGS dependencies:
155
155
``` bash
156
- pip install submodules/ diff-surfel-rasterization
157
- pip install submodules/ simple-knn
156
+ pip install " git+https://github.com/hbb1/ diff-surfel-rasterization.git "
157
+ pip install " git+https://gitlab.inria.fr/bkerbl/ simple-knn.git "
158
158
```
159
159
160
160
## Gradio demo (Image-to-3D)
You can’t perform that action at this time.
0 commit comments