Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
64dae5b1c1
commit
6a408b30e8
13
README.md
13
README.md
|
|
@ -12,12 +12,7 @@ WiFi DensePose turns commodity WiFi signals into real-time human pose estimation
|
|||
[](#esp32-s3-hardware-pipeline)
|
||||
[](https://crates.io/crates/wifi-densepose-ruvector)
|
||||
|
||||
<p align="center">
|
||||
<img src="assets/screen.png" alt="WiFi DensePose — Live pose detection with setup guide" width="800">
|
||||
<br>
|
||||
<em>Real-time pose skeleton from WiFi CSI signals — no cameras, no wearables</em>
|
||||
</p>
|
||||
|
||||
|
||||
> | What | How | Speed |
|
||||
> |------|-----|-------|
|
||||
> | **Pose estimation** | CSI subcarrier amplitude/phase → DensePose UV maps | 54K fps (Rust) |
|
||||
|
|
@ -60,6 +55,12 @@ docker run -p 3000:3000 ruvnet/wifi-densepose:latest
|
|||
|
||||
---
|
||||
|
||||
|
||||
<img src="assets/screen-1.png" alt="WiFi DensePose — Live pose detection with setup guide" width="800">
|
||||
<br>
|
||||
<em>Real-time pose skeleton from WiFi CSI signals — no cameras, no wearables</em>
|
||||
|
||||
|
||||
## 🚀 Key Features
|
||||
|
||||
### Sensing
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 255 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
Loading…
Reference in New Issue