Expand description
WiFi-DensePose Sensing Server library.
This crate provides:
- Vital sign detection from WiFi CSI amplitude data
- RVF (RuVector Format) binary container for model weights
Modules§
- dataset
- Dataset loaders for WiFi-to-DensePose training pipeline (ADR-023 Phase 1).
- embedding
- Contrastive CSI Embedding Model (ADR-024).
- graph_
transformer - Graph Transformer + GNN for WiFi CSI-to-Pose estimation (ADR-023 Phase 2).
- rvf_
container - Standalone RVF container builder and reader for WiFi-DensePose model packaging.
- rvf_
pipeline - Extended RVF build pipeline — ADR-023 Phases 7-8.
- sona
- SONA online adaptation: LoRA + EWC++ for WiFi-DensePose (ADR-023 Phase 5).
- sparse_
inference - Sparse inference and weight quantization for edge deployment of WiFi DensePose.
- trainer
- Training loop with multi-term loss function for WiFi DensePose (ADR-023 Phase 4).
- vital_
signs - Vital sign detection from WiFi CSI data.