Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/VL.MediaPipe
MediaPipe for VL
https://github.com/vvvv/VL.MediaPipe
face-tracking hand-tracking mediapipe pose-tracking tracking video vl
Last synced: 2 months ago
JSON representation
MediaPipe for VL
- Host: GitHub
- URL: https://github.com/vvvv/VL.MediaPipe
- Owner: vvvv
- License: mit
- Created: 2023-12-17T17:21:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T22:59:58.000Z (11 months ago)
- Last Synced: 2024-04-28T04:19:50.255Z (10 months ago)
- Topics: face-tracking, hand-tracking, mediapipe, pose-tracking, tracking, video, vl
- Language: JavaScript
- Homepage:
- Size: 49.3 MB
- Stars: 8
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.MediaPipe - Camera tracking, image segmentation and object detection from a video stream (Libraries / Computer Vision)
README
# VL.MediaPipe
Hand-, face- and full body tracking, image segmentation, object detection and more, from a color video stream.For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net
## Getting started
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline:`nuget install VL.MediaPipe -pre`
- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)
## Contributing
- Report issues on [the vvvv forum](https://discourse.vvvv.org/c/vvvv-gamma/28)
- For custom development requests, please [get in touch](mailto:[email protected])
- When making a pull-request, please make sure to read the general [guidelines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html)## Credits
Based on the work done by [Dom Scott](https://github.com/domisjustanumber) and [Torin Blankensmith](https://github.com/torinmb) over at [mediapipe-touchdesigner](https://github.com/torinmb/mediapipe-touchdesigner) which in turn is based on [Google's MediaPipe](https://developers.google.com/mediapipe).You can watch their [introduction video on YouTube](https://www.youtube.com/watch?v=Cx4Ellaj6kk) to see what's possible.