Unverified Commit 077fda5b authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

Update README.md

parent d0c3da90
...@@ -124,8 +124,6 @@ optimizer.step() ...@@ -124,8 +124,6 @@ optimizer.step()
## Examples: ## 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. 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 ```bash
...@@ -135,6 +133,8 @@ git clone --recursive git://github.com/KAIR-BAIR/nerfacc/ ...@@ -135,6 +133,8 @@ git clone --recursive git://github.com/KAIR-BAIR/nerfacc/
### Static NeRFs ### 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. Instant-NGP on NeRF-Synthetic dataset with better performance in 4.5 minutes.
``` bash ``` bash
# Occupancy Grid Estimator # Occupancy Grid Estimator
...@@ -166,6 +166,9 @@ bash script.sh tt-nerfacc-occgrid 0 ...@@ -166,6 +166,9 @@ bash script.sh tt-nerfacc-occgrid 0
``` ```
### Dynamic NeRFs ### Dynamic NeRFs
See full benchmarking here: https://www.nerfacc.com/en/stable/examples/dynamic.html
T-NeRF on D-NeRF dataset in an hour. T-NeRF on D-NeRF dataset in an hour.
``` bash ``` bash
# Occupancy Grid Estimator # Occupancy Grid Estimator
...@@ -190,6 +193,8 @@ bash script.sh hypernerf-nerfacc-propnet 0 ...@@ -190,6 +193,8 @@ bash script.sh hypernerf-nerfacc-propnet 0
### Camera Optimization NeRFs ### 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). BARF on the NeRF-Synthetic dataset (plugin in the official codebase).
```bash ```bash
cd benchmarks/barf/ cd benchmarks/barf/
...@@ -218,7 +223,7 @@ bash script.sh nerfsyn-nerfacc-occgrid 0 ...@@ -218,7 +223,7 @@ bash script.sh nerfsyn-nerfacc-occgrid 0
@article{li2023nerfacc, @article{li2023nerfacc,
title={NerfAcc: Efficient Sampling Accelerates NeRFs.}, title={NerfAcc: Efficient Sampling Accelerates NeRFs.},
author={Li, Ruilong and Hang Gao and Tancik, Matthew and Kanazawa, Angjoo}, author={Li, Ruilong and Hang Gao and Tancik, Matthew and Kanazawa, Angjoo},
journal={TBD}, journal={To Be Updated},
year={2023} year={2023}
} }
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment