wifi-densepose/v2/crates/cog-pose-estimation
ruv 3760db6c9a feat(cog-pose): per-room LoRA calibration adapter in the Rust inference path
Ports the calibration mechanism (ADR-150 §3.5-3.6, reference impl in
aether-arena/calibration/) into the real product pose engine. The Candle
InferenceEngine now loads an optional per-room adapter safetensors and
applies low-rank deltas (y + (x.A).B) on the fc1/fc2 head at inference.
Architecture-agnostic LoRA; base behaviour unchanged when no adapter.
New API: with_weights_and_adapter(), is_calibrated(). Tested: adapter
detection + output-change integration test (6/6 pass).

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-05-31 02:26:48 -04:00
..
cog docs: repoint #640 references to #645 (original deleted, replaced) (#646) 2026-05-19 17:18:05 -04:00
src feat(cog-pose): per-room LoRA calibration adapter in the Rust inference path 2026-05-31 02:26:48 -04:00
tests feat(cog-pose): per-room LoRA calibration adapter in the Rust inference path 2026-05-31 02:26:48 -04:00
Cargo.toml chore(cogs): publish cog-person-count + cog-pose-estimation 0.3.0 to crates.io 2026-05-25 10:52:47 -04:00