wifi-densepose/v1/src
Claude 32c75c8eec
perf: 5.7x Doppler extraction speedup, trust kill switch, fix NN benchmark
Optimization:
- Cache mean phase per frame in ring buffer for O(1) Doppler access
- Sliding window (last 64 frames) instead of full history traversal
- Doppler FFT: 253.9us -> 44.9us per frame (5.7x faster)
- Full pipeline: 719.2us -> 254.2us per frame (2.8x faster)

Trust kill switch:
- ./verify: one-command proof replay with SHA-256 hash verification
- Enhanced verify.py with source provenance, feature inspection, --audit
- Makefile with verify/verify-verbose/verify-audit targets
- New hash: 0b82bd45e836e5a99db0494cda7795832dda0bb0a88dac65a2bab0e949950ee0

Benchmark fix:
- NN inference_bench.rs uses MockBackend instead of calling forward()
  which now correctly errors when no weights are loaded

https://claude.ai/code/session_01Ki7pvEZtJDvqJkmyn6B714
2026-02-28 06:48:41 +00:00
..
api feat: CI pipeline verification, 3D body model, auth fixes, requirements lock 2026-02-28 06:20:08 +00:00
commands feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
config feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
core perf: 5.7x Doppler extraction speedup, trust kill switch, fix NN benchmark 2026-02-28 06:48:41 +00:00
database feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
hardware fix: Eliminate remaining mock data paths, isolate test infrastructure 2026-02-28 06:16:45 +00:00
middleware feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
models feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
sensing feat: Add commodity sensing unit tests and fix feature extractor bugs 2026-02-28 06:24:10 +00:00
services feat: CI pipeline verification, 3D body model, auth fixes, requirements lock 2026-02-28 06:20:08 +00:00
tasks feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
testing feat: Add commodity sensing, proof bundle, Three.js viz, mock isolation 2026-02-28 06:18:58 +00:00
__init__.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
app.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
cli.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
config.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
logger.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
main.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00