Views
No views yet
cp_factors_amp, cp_factors_phase),
each the canonicalized + zero-padded CP factors at the model's R_max,
produced by deploy/run_inference.py in the repo above (do not feed raw
CSI directly -- these models start after CP decomposition).| File | Dataset | R_max | Params | Headline N-MPJPE |
|---|---|---|---|---|
saff_dualcp_rmax.onnx (+ .onnx.data) | MM-Fi (single-person) | 20 | 190.9K | 36.35% (at R=10) |
saff_dualcp_piw3d_rmax.onnx (+ .onnx.data) | Person-in-WiFi 3D (single-person) | 24 | 1.68M | 21.35% (at R=16) |
deploy/README.md in the GitHub repo for the full edge-deployment
pipeline (Raspberry Pi / Jetson Nano / Qualcomm QCS6490, PRA rank/iteration
adaptation). Quick local test:1python deploy/run_inference.py --device raspberry_pi \
2 --model saff_dualcp_rmax.onnx \
3 --deadline-ms 30 \
4 --frames "path/to/wifi-csi/*.mat"