Cross-platform, customizable ML solutions for live and streaming media.
Go to file
2022-08-11 18:51:05 +08:00
.github Project import generated by Copybara. 2022-03-22 17:48:17 -07:00
docs Project import generated by Copybara. 2022-06-29 18:45:02 +00:00
mediapipe 删除错误模型,opencv降低版本至3.4.10 2022-08-11 18:51:05 +08:00
third_party 删除错误模型,opencv降低版本至3.4.10 2022-08-11 18:51:05 +08:00
.bazelrc Project import generated by Copybara. 2022-05-05 19:57:20 +00:00
.bazelversion Project import generated by Copybara. 2022-06-28 12:11:05 +00:00
.clang-format 强迫症格式化 2022-08-04 23:22:46 +08:00
.dockerignore Project import generated by Copybara. 2019-06-16 16:06:57 -07:00
.gitignore update .gitignore 2022-08-04 20:21:05 +08:00
build_android_examples.sh Project import generated by Copybara. 2022-03-21 12:12:39 -07:00
build_desktop_examples.sh Project import generated by Copybara. 2022-03-21 12:12:39 -07:00
build_ios_examples.sh Project import generated by Copybara. 2022-03-21 12:12:39 -07:00
BUILD.bazel Project import generated by Copybara. 2020-08-05 20:27:31 -04:00
CONTRIBUTING.md Project import generated by Copybara. 2021-12-13 15:56:02 -08:00
Dockerfile Project import generated by Copybara. 2022-06-28 12:11:05 +00:00
LICENSE Project import generated by Copybara. 2019-06-16 16:06:57 -07:00
MANIFEST.in Project import generated by Copybara. 2021-06-24 17:55:26 -04:00
README.md Project import generated by Copybara. 2022-03-21 12:12:39 -07:00
requirements.txt Project import generated by Copybara. 2022-06-28 12:11:05 +00:00
setup_android_sdk_and_ndk.sh Project import generated by Copybara. 2022-06-28 12:11:05 +00:00
setup_opencv.sh Project import generated by Copybara. 2021-09-01 18:15:31 -07:00
setup.py 强迫症格式化 2022-08-04 23:22:46 +08:00
windows_build_example Windows运行脚本 2022-08-05 18:02:50 +08:00
WORKSPACE 增加Windows onnxruntime cuda推理代码 2022-08-05 18:24:12 +08:00

layout title nav_order
default Home 1

MediaPipe


Live ML anywhere

MediaPipe offers cross-platform, customizable ML solutions for live and streaming media.

accelerated.png cross_platform.png
End-to-End acceleration: Built-in fast ML inference and processing accelerated even on common hardware Build once, deploy anywhere: Unified solution works across Android, iOS, desktop/cloud, web and IoT
ready_to_use.png open_source.png
Ready-to-use solutions: Cutting-edge ML solutions demonstrating full power of the framework Free and open source: Framework and solutions both under Apache 2.0, fully extensible and customizable

ML solutions in MediaPipe

Face Detection Face Mesh Iris Hands Pose Holistic
face_detection face_mesh iris hand pose hair_segmentation
Hair Segmentation Object Detection Box Tracking Instant Motion Tracking Objectron KNIFT
hair_segmentation object_detection box_tracking instant_motion_tracking objectron knift
Android iOS C++ Python JS Coral
Face Detection
Face Mesh
Iris
Hands
Pose
Holistic
Selfie Segmentation
Hair Segmentation
Object Detection
Box Tracking
Instant Motion Tracking
Objectron
KNIFT
AutoFlip
MediaSequence
YouTube 8M

See also MediaPipe Models and Model Cards for ML models released in MediaPipe.

Getting started

To start using MediaPipe solutions with only a few lines code, see example code and demos in MediaPipe in Python and MediaPipe in JavaScript.

To use MediaPipe in C++, Android and iOS, which allow further customization of the solutions as well as building your own, learn how to install MediaPipe and start building example applications in C++, Android and iOS.

The source code is hosted in the MediaPipe Github repository, and you can run code search using Google Open Source Code Search.

Publications

Videos

Events

Community

Alpha disclaimer

MediaPipe is currently in alpha at v0.7. We may be still making breaking API changes and expect to get to stable APIs by v1.0.

Contributing

We welcome contributions. Please follow these guidelines.

We use GitHub issues for tracking requests and bugs. Please post questions to the MediaPipe Stack Overflow with a mediapipe tag.