Skip to content

Commit 077fda5

Browse files
Update README.md
1 parent d0c3da9 commit 077fda5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ optimizer.step()
124124

125125
## Examples:
126126

127-
See full benchmarking here: https://www.nerfacc.com/en/latest/examples/
128-
129127
Before running those example scripts, please check the script about which dataset is needed, and download the dataset first. You could use `--data_root` to specify the path.
130128

131129
```bash
@@ -135,6 +133,8 @@ git clone --recursive git://github.com/KAIR-BAIR/nerfacc/
135133

136134
### Static NeRFs
137135

136+
See full benchmarking here: https://www.nerfacc.com/en/stable/examples/static.html
137+
138138
Instant-NGP on NeRF-Synthetic dataset with better performance in 4.5 minutes.
139139
``` bash
140140
# Occupancy Grid Estimator
@@ -166,6 +166,9 @@ bash script.sh tt-nerfacc-occgrid 0
166166
```
167167

168168
### Dynamic NeRFs
169+
170+
See full benchmarking here: https://www.nerfacc.com/en/stable/examples/dynamic.html
171+
169172
T-NeRF on D-NeRF dataset in an hour.
170173
``` bash
171174
# Occupancy Grid Estimator
@@ -190,6 +193,8 @@ bash script.sh hypernerf-nerfacc-propnet 0
190193

191194
### Camera Optimization NeRFs
192195

196+
See full benchmarking here: https://www.nerfacc.com/en/stable/examples/camera.html
197+
193198
BARF on the NeRF-Synthetic dataset (plugin in the official codebase).
194199
```bash
195200
cd benchmarks/barf/
@@ -218,7 +223,7 @@ bash script.sh nerfsyn-nerfacc-occgrid 0
218223
@article{li2023nerfacc,
219224
title={NerfAcc: Efficient Sampling Accelerates NeRFs.},
220225
author={Li, Ruilong and Hang Gao and Tancik, Matthew and Kanazawa, Angjoo},
221-
journal={TBD},
226+
journal={To Be Updated},
222227
year={2023}
223228
}
224229
```

0 commit comments

Comments
 (0)