mediapipe
mediapipe copied to clipboard
Cross-platform, customizable ML solutions for live and streaming media.
### 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?...
### 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...
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...
### 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...
### 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...
### 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 ###...
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....
Is it possible to manually map face landmarks for images where mediapipe doesn't detect them at all?
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...
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,...