30 lines
1.8 KiB
Markdown
30 lines
1.8 KiB
Markdown
|
![MediaPipe](mediapipe/docs/images/mediapipe_small.png?raw=true "MediaPipe logo")
|
||
|
=======================================================================
|
||
|
|
||
|
#### We will be [presenting at CVPR 2019](https://sites.google.com/corp/view/perception-cv4arvr/mediapipe) on June 17~20 in Long Beach, CA. Come join us!
|
||
|
|
||
|
[MediaPipe](http://g.co/mediapipe) is a framework for building multimodal (eg. video, audio, any time series data) applied ML pipelines. With MediaPipe, a perception pipeline can be built as a graph of modular components, including, for instance, inference models (e.g., TensorFlow, TFLite) and media processing functions.
|
||
|
|
||
|
![Real-time Face Detection](mediapipe/docs/images/mobile/face_detection_android_gpu_small.gif)
|
||
|
|
||
|
## Installation
|
||
|
Follow these [instructions](mediapipe/docs/install.md).
|
||
|
|
||
|
## Getting started
|
||
|
See mobile and desktop [examples](mediapipe/docs/examples.md).
|
||
|
|
||
|
## Documentation
|
||
|
On [MediaPipe Read-the-Docs](https://mediapipe.readthedocs.io/).
|
||
|
|
||
|
## Visualizing MediaPipe graphs
|
||
|
A web-based visualizer is hosted on [MediaPipe Visualizer](https://mediapipe-viz.appspot.com/). Please also see instructions [here](mediapipe/docs/visualizer.md).
|
||
|
|
||
|
## Publications
|
||
|
* [MediaPipe: A Framework for Building Perception Pipelines](https://arxiv.org/) on [arXiv](https://arxiv.org/).
|
||
|
* [MediaPipe: A Framework for Perceiving and Augmenting Reality](http://mixedreality.cs.cornell.edu/s/22_crv2_MediaPipe_CVPR_CV4ARVR_Workshop_2019_v2.pdf), extended abstract for [Third Workshop on Computer Vision for AR/VR](http://mixedreality.cs.cornell.edu/workshop/program).
|
||
|
|
||
|
## Contributing
|
||
|
We welcome contributions. Please follow these [guidelines](./CONTRIBUTING.md).
|
||
|
|
||
|
We use GitHub issues for tracking requests and bugs. Please post questions to the MediaPipe Stack Overflow with a 'mediapipe' tag.
|