Crate burn_human

Crate burn_human 

Source
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§

AnnyBody
Public-facing inference-only model (backed by reference data for now).
AnnyBodyPlaceholder
Lightweight placeholder for the eventual loaded model.
AnnyInput
AnnyOutput
AnnyReference
Inference-only model backed by safetensors reference data.