mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Cross-platform, customizable ML solutions for live and streaming media.

Results 687 mediapipe issues
Sort by recently updated
recently updated
newest added

### OS Platform and Distribution Ubuntu 22.04, Android 14 ### Compiler version Build failure with CLANG 9.0.0 ### Programming Language and version C++, Java, Python 3.10 ### Installed using virtualenv?...

type:build/install
platform:android
platform:c++
stat:awaiting googler
os:linux-non-arm
task:LLM inference

### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) No ### OS Platform and Distribution Android 14 ### Mobile device if the...

platform:android
type:bug
stat:awaiting googler
task:LLM inference

We noticed that even when `outputFaceBlendshapes` in `FaceLandmarkerOptions` was set to `false`, the blendshape graph was still running. This update makes sure that the `FaceLandmarkerGraph` doesn't include the blendshape graph...

### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Mac OS ### Mobile device if the...

platform:javascript
type:bug
task:pose landmarker
os:macOS

### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) None ### OS Platform and Distribution Android 13 ### MediaPipe Tasks SDK version...

type:build/install
platform:android
stat:awaiting googler
task:text embedding

### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) No ### OS Platform and Distribution Windows 11 ### MediaPipe Tasks SDK version...

type:support
os:windows
platform:python
task:face detection

### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Mac M1 ### MediaPipe version 0.10.12 ###...

type:support
platform:javascript
task:pose landmarker
os:macOS

1. Added iOS audio classifier implementation. 2. Fixed buffer length calculation in MPPAudioData and tests 3. Added methods to MPPAudioTaskRunner 4. Fixed use_stream_mode value in audio classifier options helpers 5....

Hi all, I have some difficult images where mediapipe is not detecting the face landmarks. If I lower the thresholds and increase the image brightness, it detects landmarks, but they...

type:support
task:face landmarker

Issue https://github.com/google/mediapipe/issues/5017 points to the issue of incorrect bitmap conversion in Android when RGBA or Grayscale images are used. As far as the library allows the creation of ALPHA8 bitmaps,...