diff --git a/iport-future.md b/iport-future.md new file mode 100644 index 0000000..8d1163d --- /dev/null +++ b/iport-future.md @@ -0,0 +1,5 @@ +# 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 \ No newline at end of file