Skip to content

Commit 3f0852b

Browse files
committed
misc: update README.md for better installation
1 parent 81bbb70 commit 3f0852b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,18 @@ python datasets/download_dataset.py
4141
ln -s data/tandt /xxxx/Dataset/tandt
4242
```
4343

44-
We also use third-party library, 'python-fpnge', to accelerate image saving operations during the experiment for now.
44+
We also use third-party library, 'python-fpnge', to accelerate image saving operations during the experiment for now. We also use third-party library, 'gridencoder', to facilitate hash encoding.
4545

4646
```bash
47-
cd ../third_party/python-fpnge-master
48-
pip install .
47+
cd ..
48+
pip install third_party/python-fpnge-master
49+
pip install third_party/gridencoder
50+
```
51+
52+
Before we start running scripts, we also need to install library for [vector quantization](https://github.com/DeMoriarty/TorchPQ?tab=readme-ov-file#install) and [plas sorting](https://github.com/fraunhoferhhi/PLAS).
53+
```bash
54+
# refer to https://github.com/DeMoriarty/TorchPQ?tab=readme-ov-file#install to see how to install TorchPQ
55+
pip install git+https://github.com/fraunhoferhhi/PLAS.git
4956
```
5057

5158
**Static Gaussian Splats Training and Compression**

0 commit comments

Comments
 (0)