oxicuda-nerf 0.1.6

Neural Radiance Fields and neural rendering primitives for OxiCUDA — NeRF, Instant-NGP hash grid, Mip-NeRF, TensoRF, volume rendering
Documentation
1
2
3
4
5
6
7
//! Neural network modules for NeRF.
//!
//! - `nerf_mlp`: Full 8-layer NeRF MLP with skip connection
//! - `tiny_nerf`: Compact 4-layer NeRF for tests

pub mod nerf_mlp;
pub mod tiny_nerf;