From 6464023780a438fecd20ba7e0e6287de15abbd77 Mon Sep 17 00:00:00 2001 From: ruv Date: Thu, 2 Apr 2026 20:34:52 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20banner=20=E2=80=94=20?= =?UTF-8?q?Alpha=20=E2=86=92=20Beta,=20remove=20fixed=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - #249 (multi-node person counting) fixed by ADR-068 in v0.5.3 - #318 (training plateau) resolved - Add #348 (n_persons overcount) as current known issue - Add Cognitum Seed link for spatial resolution improvement Co-Authored-By: claude-flow --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 391c3dd1..b9e830da 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,11 @@

-> **Alpha Software** — This project is under active development. APIs, firmware behavior, and documentation may change. Known limitations: -> - Multi-node person counting may show identical output regardless of the number of people (#249) -> - Training pipeline on MM-Fi dataset may plateau at low PCK (#318) — hyperparameter tuning in progress +> **Beta Software** — Under active development. APIs and firmware may change. Known limitations: > - No pre-trained model weights are provided; training from scratch is required > - ESP32-C3 and original ESP32 are not supported (single-core, insufficient for CSI DSP) -> - Single ESP32 deployments have limited spatial resolution +> - Single ESP32 deployments have limited spatial resolution — use 2+ nodes or add a [Cognitum Seed](https://cognitum.one) for best results +> - Multi-person counting (n_persons) may overcount in single-occupancy scenarios ([#348](https://github.com/ruvnet/RuView/issues/348)) > > Contributions and bug reports welcome at [Issues](https://github.com/ruvnet/RuView/issues).