ruv
15a983b555
fix(paired-data): 4 bugs corrupting/blocking camera-supervised training data ( #1007 )
...
1. record-csi-udp.py stamped LOCAL time with a 'Z' (UTC) suffix → camera/CSI disagreed
by the UTC offset → 0 aligned pairs. Now writes true UTC via datetime.now(timezone.utc).
2. align-ground-truth.js kept empty-keypoint (non-detection) records at confidence 0,
collapsing window avgConf below threshold → all windows rejected. Now skipped at load.
3. extractCsiMatrix silently zero-padded/truncated mixed-subcarrier frames. Now frames
are filtered to the session's modal subcarrier count before windowing — never padded.
4. CSI/feature matrices are filled frame-major but were labeled shape [nSc, nFrames] —
transposed. Labels corrected to [nFrames, nSc] / [nFrames, dim].
Co-Authored-By: claude-flow <ruv@ruv.net >
2026-06-17 10:17:12 -04:00
..
2026-05-30 16:00:59 -04:00
2026-05-25 17:36:40 -04:00
2026-03-14 13:39:51 -04:00
2026-06-11 17:02:23 -04:00
2026-06-17 10:17:12 -04:00
2026-04-03 08:50:48 -04:00
2026-04-02 22:04:57 -04:00
2026-04-03 00:18:29 -04:00
2026-04-02 22:40:48 -04:00
2026-04-02 23:40:23 -04:00
2026-05-25 17:36:40 -04:00
2026-06-11 17:02:23 -04:00
2026-06-11 17:02:23 -04:00
2026-05-11 10:48:14 -04:00
2026-03-14 13:39:51 -04:00
2026-06-11 17:02:23 -04:00
2026-04-02 22:04:57 -04:00
2026-04-03 00:34:57 -04:00
2026-04-03 00:36:38 -04:00
2026-06-10 15:21:09 -04:00
2026-04-03 13:03:18 -04:00
2026-04-03 08:52:50 -04:00
2026-05-12 22:19:15 -04:00
2026-03-03 11:35:57 -05:00
2026-04-06 14:07:25 -04:00
2026-05-19 17:03:09 -04:00
2026-05-24 13:00:38 -04:00
2026-04-03 08:50:48 -04:00
2026-04-25 21:28:13 -04:00
2026-03-15 11:49:29 -04:00
2026-05-28 16:24:37 -04:00
2026-05-25 17:36:40 -04:00
2026-05-26 12:26:02 -04:00
2026-03-14 13:39:51 -04:00
2026-03-14 13:39:51 -04:00
2026-04-06 14:39:21 -04:00
2026-04-03 08:52:50 -04:00
2026-04-03 08:50:48 -04:00
2026-04-03 00:36:38 -04:00
2026-04-03 00:34:57 -04:00
2026-03-15 16:10:10 -04:00
2026-05-29 18:46:56 -04:00
2026-05-29 18:46:56 -04:00
2026-06-11 17:02:23 -04:00
2026-04-03 08:52:50 -04:00
2026-05-17 19:50:55 -04:00
2026-06-12 08:02:07 -04:00
2026-05-17 17:00:37 -04:00
2026-04-02 22:04:16 -04:00
2026-04-02 22:04:16 -04:00
2026-05-17 17:00:37 -04:00
2026-03-14 13:39:51 -04:00
2026-03-14 13:39:51 -04:00
2026-03-14 13:39:51 -04:00
2026-04-25 21:28:13 -04:00
2026-03-14 13:39:51 -04:00
2026-06-17 10:17:12 -04:00
2026-05-23 15:34:48 -04:00
2026-04-02 19:32:18 -04:00
2026-04-03 00:18:29 -04:00
2026-04-03 09:09:53 -04:00
2026-04-03 08:52:50 -04:00
2026-04-03 08:50:48 -04:00
2026-05-25 10:32:46 -04:00
2026-05-29 18:46:56 -04:00
2026-05-25 17:36:40 -04:00
2026-05-25 17:36:40 -04:00
2026-05-25 17:36:40 -04:00
2026-04-03 09:09:53 -04:00
2026-04-03 08:50:48 -04:00
2026-04-03 00:34:31 -04:00
2026-04-03 08:50:48 -04:00
2026-03-14 13:39:51 -04:00
2026-05-28 18:57:08 -04:00
2026-04-03 08:52:50 -04:00
2026-04-02 23:05:07 -04:00
2026-05-21 19:47:04 -04:00
2026-04-03 09:37:08 -04:00
2026-04-06 14:55:35 -04:00
2026-04-02 23:40:23 -04:00
2026-04-02 22:04:57 -04:00
2026-05-17 18:01:44 -04:00
2026-03-14 13:39:51 -04:00
2026-04-20 10:38:23 -04:00
2026-05-23 16:13:28 -04:00
2026-05-23 16:13:28 -04:00
2026-05-28 18:57:08 -04:00
2026-05-28 16:24:37 -04:00
2026-04-02 23:40:23 -04:00
2026-05-23 16:13:28 -04:00