From e2ce250dba907be9584a7b94bc49be981ac6cb0f Mon Sep 17 00:00:00 2001 From: ruv Date: Sun, 1 Mar 2026 00:34:02 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20Fix=20multi-person=20limit=20=E2=80=94?= =?UTF-8?q?=20configurable=20default,=20not=20hard=20cap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 10-person limit is just the default setting (pose_max_persons=10). The API accepts 1-50, docs show configs up to 50, and Rust uses Option. Co-Authored-By: claude-flow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0481580..e095423 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ docker run -p 3000:3000 ruvnet/wifi-densepose:latest | 🔒 | **Privacy-First** | Tracks human pose using only WiFi signals — no cameras, no video, no images stored | | ⚡ | **Real-Time** | Analyzes WiFi signals in under 100 microseconds per frame — fast enough for live monitoring | | 💓 | **Vital Signs** | Detects breathing rate (6-30 breaths/min) and heart rate (40-120 bpm) without any wearable | -| 👥 | **Multi-Person** | Simultaneously tracks up to 10 people, each with independent pose and vitals | +| 👥 | **Multi-Person** | Simultaneously tracks multiple people (default 10, configurable up to 50+), each with independent pose and vitals | | 🧱 | **Through-Wall** | WiFi passes through walls, furniture, and debris — works where cameras cannot | | 🚑 | **Disaster Response** | Detects trapped survivors through rubble and classifies injury severity (START triage) | | 🐳 | **One-Command Setup** | `docker pull ruvnet/wifi-densepose:latest` — live sensing in 30 seconds, no toolchain needed |