mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

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

## Description I'm having trouble getting the `llm_inference` sample for android to work using the models for Phi-2, Falcon and StableLM. When trying to use the model files generated with...

The demo Android application (com.google.mediapipe.examples.gesturerecognizer) crashes at runtime with the following error. This crash occurs when attempting to use MediaPipe's gesture recognition functionality, and it seems related to a missing...

This issue pertains to the Model Conversion [script](https://github.com/google-ai-edge/mediapipe-samples/blob/main/examples/llm_inference/conversion/llm_conversion.ipynb), documented [here](https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inference#supported-models) and raised https://github.com/google-ai-edge/mediapipe/issues/5811. When converting supported models in CPU mode, the conversion does not work as expected for all models....

Hi, I am trying to develop a PoseLandmarker Service: - new Executor to execute PoseLandmarker - loadModel in executor when Service onCreate - releaseModel in executor when Service onDestory Rapid...

Hi, I was testing the Face Land marker app on my device using android studio but i am having some issues while testing it. 1. When i get away from...

Hey there, In realtime face detection in android, I'm using the code below to convert input image to bitmap: `val inputBitmap = BitmapExtractor.extract(input)` but the extracted bitmap is so noisy,...

The previous iris model has been upgraded to face_detector. Is the function of measuring the distance between the eyes and the screen still available? Can this data be obtained

1. Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed 2. incompatible Gradle JVM : Your build is currently configured to use incompatible Java 21.0.3 and Gradle 7.4. Cannot sync the project. We recommend...

Why does multi person recognition not take effect even after the configuration is adjusted? It is still single person recognition?

### Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ### Checklist Please ensure the following...