Skip to content

Commit 81bbb70

Browse files
committed
Merge branch 'main' of https://github.com/JasonLSC/GSCodec_Studio into main
2 parents 0cc5cce + d06147d commit 81bbb70

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@ GSCodec Studio is an open-source framework for Gaussian Splats Compression, incl
55
![Teaser](./assets/Teaser.png)
66

77
## Installation
8+
### Repo. & Environment
9+
```bash
10+
# Clone the repo.
11+
git clone https://github.com/JasonLSC/GSCodec_Studio.git --recursive
12+
cd GSCodec_Studio
13+
14+
# Make a conda environment
15+
conda create --name gscodec_studio python=3.9
16+
conda activate gscodec_studio
17+
```
18+
19+
### Packages Installation
820

9-
**Dependence**: Please install [Pytorch](https://pytorch.org/get-started/locally/) first.
21+
Please install [Pytorch](https://pytorch.org/get-started/locally/) first.
1022

1123
Then, you can install the gsplat library extended with more compression features from source code. In this way it will build the CUDA code during installation.
1224

0 commit comments

Comments
 (0)