Replies: 2 comments
|
I did all these steps, but I don't notice any difference in observatory. Am I doing something wrong? |
0 replies
|
@ruvnet it's even worse on my 2nd attempt. Now the recordings are just empty files and the step 2 fails. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
WiFi DensePose requires room-specific calibration to produce stable, accurate results. Without it, the visualization will jitter and skeletons will jump between states.
Why Calibration Matters
ESP32 CSI signals are extremely environment-dependent. Raw CSI amplitude varies with:
The default threshold-based classifier uses static values for a "generic room" — your room is not generic.
How to Calibrate (ADR-048 Adaptive Classifier)
Step 1: Record Training Data (~2 minutes)
Record ~30 seconds of each activity state:
Step 2: Train
Training takes <1 second for 3,000+ frames.
Step 3: Verify
Multi-ESP32 Tips
--tdm-slot(0, 1, 2, 3)Built-in Smoothing (No Training Required)
Even without adaptive training, the latest version includes:
Make sure you're on the latest
mainbranch.Related
All reactions