wifi-densepose/v2
lockewerks 3a4576a5f8 docs(cog-pose): mark inference path wired and update README
Replace the stale "centred-skeleton stub returning confidence=0,
wiring is a separate PR" sentence with a description of what now
ships:

- `InferenceEngine::with_weights` loads `pose_v1.safetensors` through
  Candle and runs the documented Conv1d + Linear forward pass
- output shape is 17 (x, y) keypoint pairs with the published
  confidence = 0.185 (validation PCK@50)
- when the weights file is missing on disk, the engine logs a
  `tracing::warn!` and falls back to the centred-skeleton stub so the
  runtime contract is preserved

The 3% PCK@20 / 18.5% PCK@50 accuracy table and the "Honest reading"
section are unchanged — wiring the weights does not change the
trained model, only stops the cog from emitting placeholder values.
2026-05-25 16:51:13 -06:00
..
.cargo fix(security): audit — fix RUSTSEC vulns, clippy warnings, dead code (#769) 2026-05-23 05:36:13 -04:00
.claude-flow chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
crates docs(cog-pose): mark inference path wired and update README 2026-05-25 16:51:13 -06:00
data chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
docs chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
examples chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
patches/ruvector-crv chore(repo): rename rust-port/wifi-densepose-rs → v2/ (flatten to one level) (#427) 2026-04-25 21:28:13 -04:00
Cargo.lock ADR-125 APPLE-FABRIC: RuView <-> Apple Home native HAP bridge (e2e on real C6) (#797) 2026-05-25 17:36:40 -04:00
Cargo.toml feat(adr-118/p1): scaffold wifi-densepose-bfld crate + frame header (3/3 tests GREEN) 2026-05-24 13:34:05 -04:00
rust-toolchain.toml v2: pin Rust 1.89 and fix sensing-server UI path when run from v2 (#523) 2026-05-17 18:00:36 -04:00
ruvector.db ADR-125 APPLE-FABRIC: RuView <-> Apple Home native HAP bridge (e2e on real C6) (#797) 2026-05-25 17:36:40 -04:00