Add 'iport future'
parent
fb65b9ac32
commit
f043acb554
|
@ -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
|
Loading…
Reference in New Issue