do:
start the camera
score 0 · streak 0
live detection
per-gesture accuracy
| gesture | hits | tries | acc |
|---|
Exercises head + body + hands. Challenge prompts a gesture and scores whether
detection fires; Detector view shows every gesture live so you can tune. Per-gesture
accuracy (below) is the signal for improving the detectors in src/gestures.js.
| gesture | hits | tries | acc |
|---|
To improve detection: watch the live chips light up (or not) as you move, find a gesture
with low accuracy, and adjust its threshold in THRESH (src/gestures.js)
or its detector. All processing is local; nothing leaves your device.