Contents

mediapipe 0.10.11

0

MediaPipe is the simplest way for researchers and developers to build world-class ML solutions and a

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

Stars: 25287, Watchers: 25287, Forks: 4952, Open Issues: 383

The google/mediapipe repo was created 4 years ago and the last code push was 6 hours ago.
The project is extremely popular with a mindblowing 25287 github stars!

How to Install mediapipe

You can install mediapipe using pip

pip install mediapipe

or add it to a project with poetry

poetry add mediapipe

Package Details

Author
The MediaPipe Authors
License
Apache 2.0
Homepage
https://github.com/google/mediapipe
PyPi:
https://pypi.org/project/mediapipe/
GitHub Repo:
https://github.com/google/mediapipe

Classifiers

  • Scientific/Engineering
  • Scientific/Engineering/Artificial Intelligence
  • Software Development
  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
No  mediapipe  pypi packages just yet.

Errors

A list of common mediapipe errors.

Code Examples

Here are some mediapipe code examples and snippets.

GitHub Issues

The mediapipe package has 383 open issues on GitHub

  • Face Mesh Effect Samples for Web
  • Getting the Pose World Landmarks in the Pose Tracking Android Demo
  • Document links broken in object detection
  • Install Hello World but crashed with: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
  • Linker error when trying to utilise OpenCV objdetect module
  • mediapipe low FPS
  • Avoiding predicting occluded (hand) landmarks
  • Custom Object Detection Model Clarity
  • Pose Estimation
  • @mediapipe/facemesh with refineLandmarks crashes if used as npm module instead of script from cdn
  • @mediapipe/camera_utils doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module
  • [Question] Uncertainty alpha calculation at segmentation_smoothing_calculator
  • ERROR:Compiling src/qc8-gemm/gen/1x8c4-minmax-fp32-neondot.c failed: (Exit 1): clang failed: error executing command external/androidndk/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -gcc-toolchain external/androidndk/ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64 -target … (remaining 86 argument(s) skipped)
  • Calculating thumb and finger angles from coordinates
  • How to detect hand is front or back side

See more issues on GitHub

Related Packages & Articles

dlib 19.24.4

A toolkit for making real world machine learning and data analysis applications

kornia 0.7.2

Open Source Differentiable Computer Vision Library for PyTorch

deepspeed 0.14.0

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.

datasets 2.18.0

HuggingFace community-driven open-source library of datasets

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.