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 field representations.
//!
//! - `tensorf`: TensoRF CP decomposition field
//! - `hash_field`: Instant-NGP style hash grid + tiny MLP decoder

pub mod hash_field;
pub mod tensorf;