docs(readme): expand alpha notice with known limitations
List specific known issues (multi-node detection, training plateau, no pre-trained weights, hardware compatibility) to set expectations for new users. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
40f19622af
commit
c2e564a9f4
|
|
@ -6,6 +6,15 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
> **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
|
||||
> - 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
|
||||
>
|
||||
> Contributions and bug reports welcome at [Issues](https://github.com/ruvnet/RuView/issues).
|
||||
|
||||
## **See through walls with WiFi + Ai** ##
|
||||
|
||||
**Perceive the world through signals.** No cameras. No wearables. No Internet. Just physics.
|
||||
|
|
|
|||
Loading…
Reference in New Issue