Add 'iport future'

chris 2021-04-05 16:07:25 +02:00
parent fb65b9ac32
commit f043acb554
1 changed files with 5 additions and 0 deletions

5
iport-future.md Normal file

@ -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