Expand description
burn_human: parametric human forward model (Anny) for Burn.
This crate is currently a scaffold. It mirrors the module layout needed to port the Python implementation stage by stage while keeping tests and assets aligned with burn_depth / burn_dino conventions.
Modules§
- data
- Data loading and runtime formats for Anny assets.
- model
- Forward pipeline modules for Anny (phenotype -> shape -> pose -> skinning).
- util
- Misc helpers shared across the pipeline.
Structs§
- Anny
Body - Public-facing inference-only model (backed by reference data for now).
- Anny
Body Placeholder - Lightweight placeholder for the eventual loaded model.
- Anny
Input - Anny
Output - Anny
Reference - Inference-only model backed by safetensors reference data.