Skip to content

Commit

Permalink
Make commands easier in README (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNeRF authored Sep 25, 2024
1 parent cc2fb4c commit b627cd4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ To install gsplat on Windows, please check [this instruction](docs/INSTALL_WIN.m
This repo comes with a standalone script that reproduces the official Gaussian Splatting with exactly the same performance on PSNR, SSIM, LPIPS, and converged number of Gaussians. Powered by gsplat’s efficient CUDA implementation, the training takes up to **4x less GPU memory** with up to **15% less time** to finish than the official implementation. Full report can be found [here](https://docs.gsplat.studio/main/tests/eval.html).

```bash
# under examples/
pip install -r requirements.txt
pip install -r examples/requirements.txt
# download mipnerf_360 benchmark data
python datasets/download_dataset.py
python examples/datasets/download_dataset.py
# run batch evaluation
bash benchmarks/basic.sh
bash examples/benchmarks/basic.sh
```

## Examples
Expand Down

0 comments on commit b627cd4

Please sign in to comment.