Skip to main content

Module network

Module network 

Source
Expand description

Neural network modules for NeRF.

  • nerf_mlp: Full 8-layer NeRF MLP with skip connection
  • tiny_nerf: Compact 4-layer NeRF for tests

Modules§

nerf_mlp
Full NeRF MLP with 8 fully-connected layers.
tiny_nerf
Compact 4-layer NeRF for tests and fast experiments.