Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2ce250

Browse files
committed
docs: Fix multi-person limit — configurable default, not hard cap
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<u8>. Co-Authored-By: claude-flow <[email protected]>
1 parent 50acbf7 commit e2ce250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker run -p 3000:3000 ruvnet/wifi-densepose:latest
4848
| 🔒 | **Privacy-First** | Tracks human pose using only WiFi signals — no cameras, no video, no images stored |
4949
|| **Real-Time** | Analyzes WiFi signals in under 100 microseconds per frame — fast enough for live monitoring |
5050
| 💓 | **Vital Signs** | Detects breathing rate (6-30 breaths/min) and heart rate (40-120 bpm) without any wearable |
51-
| 👥 | **Multi-Person** | Simultaneously tracks up to 10 people, each with independent pose and vitals |
51+
| 👥 | **Multi-Person** | Simultaneously tracks multiple people (default 10, configurable up to 50+), each with independent pose and vitals |
5252
| 🧱 | **Through-Wall** | WiFi passes through walls, furniture, and debris — works where cameras cannot |
5353
| 🚑 | **Disaster Response** | Detects trapped survivors through rubble and classifies injury severity (START triage) |
5454
| 🐳 | **One-Command Setup** | `docker pull ruvnet/wifi-densepose:latest` — live sensing in 30 seconds, no toolchain needed |

0 commit comments

Comments
 (0)