1 import future
chris edited this page 2021-04-05 16:07:40 +02:00

NeRF

A neural radiance field is a simple fully connected network (weights are ~5MB) trained to reproduce input views of a single scene using a rendering loss. The network directly maps from spatial location and viewing direction (5D input) to color and opacity (4D output), acting as the "volume" so we can use volume rendering to differentiably render new views.

https://github.com/bmild/nerf