Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
077fda5b
Unverified
Commit
077fda5b
authored
Apr 04, 2023
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Apr 04, 2023
Browse files
Update README.md
parent
d0c3da90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
README.md
README.md
+8
-3
No files found.
README.md
View file @
077fda5b
...
...
@@ -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
...
...
@@ -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
...
...
@@ -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
...
...
@@ -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/
...
...
@@ -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
=
{T
BD
}
,
journal
=
{T
o Be Updated
}
,
year
=
{2023}
}
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment