Original Paper | arXiv |
Original Source | GitHub |
Reference Datasets | Google Drive |
Download one of the reference scenes from the above Google Drive link.
Example | Description |
---|---|
Single Forward | Runs a single forward pass of 65536 rays with 32 sample points. |
How to run:
# Single Forward Pass
$ python -m nerf.examples.single_fwd
This code was written based heavily on the original TensorFlow implementation from the paper's original authors. Numerical validation has not been performed so this implementation may produce different results.