Skip to content

Commit e33a32a

Browse files
committed
Update README.md
1 parent ba7d302 commit e33a32a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ CUDA_VISIBLE_DEVICES=0 python examples/02_mesh_rendering.py
128128
https://github.com/hangg7/nerfview/assets/10098306/7b526105-8b6f-431c-9b49-10c821a3bd36
129129

130130
This example showcases how to render a pretrained 3DGS model using gsplat. The
131-
scene is cropped such that it is smaller to download. It is essentially the [simple_viewer example](https://github.com/nerfstudio-project/gsplat/blob/v1.0/examples/simple_viewer.py), which we include here to be self-contained.
131+
scene is cropped such that it is smaller to download. It is essentially the
132+
[simple viewer
133+
example](https://github.com/nerfstudio-project/gsplat/blob/07d9188590ae1ee1e9ff7794a4217cc4591b44cf/examples/simple_viewer.py),
134+
which we include here to be self-contained.
132135

133136
```bash
134137
# Only need to run once the first time.
@@ -146,7 +149,9 @@ CUDA_VISIBLE_DEVICES=0 python examples/03_gsplat_rendering.py \
146149
https://github.com/hangg7/nerfview/assets/10098306/640d4067-e410-49aa-86b8-325140dd73a8
147150

148151
This example showcases how to render while training 3DGS on mip-NeRF's garden
149-
scene using gsplat. It is essentially the [simple_trainer example](https://github.com/nerfstudio-project/gsplat/blob/v1.0/examples/simple_trainer.py), which we include here to be self-contained.
152+
scene using gsplat. It is essentially the [simple trainer
153+
example](https://github.com/nerfstudio-project/gsplat/blob/07d9188590ae1ee1e9ff7794a4217cc4591b44cf/examples/simple_trainer.py),
154+
which we include here to be self-contained.
150155

151156
```bash
152157
# Only need to run once the first time.

0 commit comments

Comments
 (0)