https://github.com/sat-mtl/livepose
Pose, blob and object detection software
https://github.com/sat-mtl/livepose
blob-detection pose-detection yolo
Last synced: 4 months ago
JSON representation
Pose, blob and object detection software
- Host: GitHub
- URL: https://github.com/sat-mtl/livepose
- Owner: sat-mtl
- License: other
- Created: 2025-12-19T19:55:30.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-02-02T04:52:37.000Z (4 months ago)
- Last Synced: 2026-02-02T12:33:44.215Z (4 months ago)
- Topics: blob-detection, pose-detection, yolo
- Language: QML
- Homepage:
- Size: 695 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LivePose offers a simple way to run computer vision models on live video and send the results to any [OSC](https://en.wikipedia.org/wiki/Open_Sound_Control)-compatible application. With no programming required, load a model, select your camera, and start streaming data. This release uses [ONNX](https://github.com/onnx/onnx), an open standard for machine learning models, providing a lightweight, cross-platform GUI application.
## Features
- 🧠Load `.onnx` models (BlazePose, YOLOv8 Pose, ResNet)
- 📷 Automatic camera detection (plug and play)
- 🎬 Live video preview
- 📡 Configurable OSC output
## Use Cases
Connect your output data to **[Pure Data](https://puredata.info/)**, **[Max/MSP](https://cycling74.com/downloads)**, **[Processing](https://processing.org/)**, **[p5.js](https://p5js.org/)**, **[TouchDesigner](https://derivative.ca/UserGuide/TouchDesigner)**, **[SuperCollider](https://supercollider.github.io/)**, **[openFrameworks](https://openframeworks.cc/)**, or any software that receives [OSC](https://en.wikipedia.org/wiki/Open_Sound_Control). Useful for interactive installations, live performance, prototyping, and experimentation. Check [awesome-creative-coding](https://github.com/terkelg/awesome-creative-coding) for more tools and resources.
## Credits
Developed by the [Société des Arts Technologiques](https://sat.qc.ca), built on [ossia score](https://ossia.io).