Docs.rs
oxicuda-nerf-0.1.6
oxicuda-nerf 0.1.6
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
thiserror ^2
normal
criterion ^0.8
dev
Versions
82.46%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module network
oxicuda_
nerf
0.1.6
Module network
Module Items
Modules
In crate oxicuda_
nerf
oxicuda_nerf
Module
network
Copy item path
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.