Skip to content

Commit 56a14fc

Browse files
committed
Update README.md
1 parent 8cc1a52 commit 56a14fc

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,13 @@ pip install -r requirements.txt
7676

7777
### 1.5. Install optional packages
7878
* If you want to use nerfstudio-project/gsplat
79-
* Vanilla version
80-
81-
```bash
82-
pip install gsplat==0.1.11
83-
```
84-
85-
* If you need MipSplatting, LightGaussian
86-
79+
8780
```bash
8881
pip install git+https://github.com/yzslab/gsplat.git
8982
```
90-
83+
84+
This command will install my modified version, which is required by LightGaussian and Mip-Splatting. If you do not need them, you can also install vanilla gsplat <a href="https://github.com/nerfstudio-project/gsplat/tree/v0.1.12">v0.1.12</a>.
85+
9186
* If you need SegAnyGaussian
9287
* gsplat (see command above)
9388
* `pip install hdbscan scikit-learn==1.3.2 git+https://github.com/facebookresearch/segment-anything.git`

0 commit comments

Comments
 (0)