Skip to content

rtr-dnd/mediapipe-class

Repository files navigation

layout title nav_order
default
Home
1

PinchLens

Only Linux supported because of Mediapipe GPU being supported Linux only. All modifications are inside projects/pinchlens directory: no file outside it is modified.

Go to mediapipe folder and

  • build: bazel build -c opt --copt -DMESA_EGL_NO_X11_HEADERS --copt -DEGL_NO_X11 mediapipe/projects/pinchlens:pinchlens_gpu
  • run: GLOG_logtostderr=1 bazel-bin/mediapipe/projects/pinchlens/pinchlens_gpu --calculator_graph_config_file=mediapipe/projects/pinchlens/graphs/hand_tracking_mobile.pbtxt

Other programs

Orchestration

  • build: bazel build -c opt --copt -DMESA_EGL_NO_X11_HEADERS --copt -DEGL_NO_X11 mediapipe/projects/orchestration:orchestration_gpu
  • run: GLOG_logtostderr=1 bazel-bin/mediapipe/projects/orchestration/orchestration_gpu --calculator_graph_config_file=mediapipe/projects/orchestration/graphs/multi_hand_tracking_mobile.pbtxt

202009experiment

  • build: bazel build -c opt --copt -DMESA_EGL_NO_X11_HEADERS --copt -DEGL_NO_X11 mediapipe/projects/202009experiment:202009experiment
  • run: GLOG_logtostderr=1 bazel-bin/mediapipe/projects/202009experiment/202009experiment --calculator_graph_config_file=mediapipe/projects/202009experiment/graphs/hand_tracking_mobile.pbtxt

MediaPipe


Cross-platform ML solutions made simple

MediaPipe is the simplest way for researchers and developers to build world-class ML solutions and applications for mobile, desktop/cloud, web and IoT devices.

accelerated.png cross_platform.png
End-to-End acceleration: built-in fast ML inference and processing accelerated even on common hardware Build one, 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 Hands Hair Segmentation
face_detection face_mesh hand hair_segmentation
Object Detection Box Tracking Objectron KNIFT
object_detection box_tracking objectron knift
Android iOS Desktop Web Coral
Face Detection
Face Mesh
Hands
Hair Segmentation
Object Detection
Box Tracking
Objectron
KNIFT
AutoFlip
MediaSequence
YouTube 8M

MediaPipe on the Web

MediaPipe on the Web is an effort to run the same ML solutions built for mobile and desktop also in web browsers. The official API is under construction, but the core technology has been proven effective. Please see MediaPipe on the Web in Google Developers Blog for details.

You can use the following links to load a demo in the MediaPipe Visualizer, and over there click the "Runner" icon in the top bar like shown below. The demos use your webcam video as input, which is processed all locally in real-time and never leaves your device.

visualizer_runner

Getting started

Learn how to install MediaPipe and build example applications, and start exploring our ready-to-use solutions that you can further extend and customize.

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published