Pose → OSC desktop app for Windows. Tracks body landmarks from a camera or video and sends remapped OSC values (COM, hands, feet, speed, energy) to one or more destinations.
cd C:\dev\pose_bridge
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt| Entry | Mode |
|---|---|
python pose_osc_app_yolo.py |
YOLO-Pose multi-person (ByteTrack) |
python pose_osc_app_reid.py |
BoT-SORT + ReID (heavier GPU) |
python pose_osc_app_mediapipe_tasks.py |
MediaPipe-only single person |
Full Windows setup, OSC paths, and dance-stability tips: see HOW_TO_RUN.txt.
- YOLO
.ptweights and MediaPipe.taskmodels are not in this repo; they download on first use (MediaPipe intomediapipe_models/). - UI: left preview · middle Live Monitor · right Settings (source, tracking, OSC ranges / destinations).
pytest tests