Skip to content

Latest commit

 

History

History

nerf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

NeRF: Neural Radiance Fields (2020)

Original Paper arXiv
Original Source GitHub
Reference Datasets Google Drive

Getting Started

Download one of the reference scenes from the above Google Drive link.

Examples

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

Validation

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.