Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 authored Apr 5, 2023
1 parent d0c3da9 commit 077fda5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ optimizer.step()

## Examples:

See full benchmarking here: https://www.nerfacc.com/en/latest/examples/

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.

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

### Static NeRFs

See full benchmarking here: https://www.nerfacc.com/en/stable/examples/static.html

Instant-NGP on NeRF-Synthetic dataset with better performance in 4.5 minutes.
``` bash
# Occupancy Grid Estimator
Expand Down Expand Up @@ -166,6 +166,9 @@ bash script.sh tt-nerfacc-occgrid 0
```

### Dynamic NeRFs

See full benchmarking here: https://www.nerfacc.com/en/stable/examples/dynamic.html

T-NeRF on D-NeRF dataset in an hour.
``` bash
# Occupancy Grid Estimator
Expand All @@ -190,6 +193,8 @@ bash script.sh hypernerf-nerfacc-propnet 0

### Camera Optimization NeRFs

See full benchmarking here: https://www.nerfacc.com/en/stable/examples/camera.html

BARF on the NeRF-Synthetic dataset (plugin in the official codebase).
```bash
cd benchmarks/barf/
Expand Down Expand Up @@ -218,7 +223,7 @@ bash script.sh nerfsyn-nerfacc-occgrid 0
@article{li2023nerfacc,
title={NerfAcc: Efficient Sampling Accelerates NeRFs.},
author={Li, Ruilong and Hang Gao and Tancik, Matthew and Kanazawa, Angjoo},
journal={TBD},
journal={To Be Updated},
year={2023}
}
```

0 comments on commit 077fda5

Please sign in to comment.