mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

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

I use Android studio to run the image_segmentation demo. If I select CPU for delegate, I can get the processing results normally. If I select GPU, I will crash. The...

I attempted to integrate the Gemma-3 1B model into my SwiftUI app using llm_inference, but encountered a linker error (as shown in the attached screenshot). To ensure the issue wasn’t...

I was running the sample code and got this issue: ![Image](https://github.com/user-attachments/assets/b2eea9b8-2359-47b8-b262-b33ba633bc90) I didn't change anything. Exactly the same code.

I am encountering a Duplicate Class Error when trying to integrate MediaPipe Vision SDK with SDK 34 in my project. After adding the dependency: ``` implementation("com.google.mediapipe:tasks-vision:0.10.14") ``` The project syncs...

stat:awaiting googler
platform:android

Hi all, I am using the Pose Landmarker in my Android and iOS projects that support Portrait, Landscape Left, Landscape Right orientations with camera live streaming mode. I am following...

When changing ML Model in Gallery it does not work, because setting model was missed in creating imageSegmenterHelper instance. ### Description Please include a summary of the change and which...

The GPU delegate doesn't seen to work on the Selfie Segmentation demo for Android, and I get very poor performance on CPU. I require good latency for use in AR...

### Description Fixed a minor typo in the comments and changed AGP version.

I need to convert mediapipe processed images to bitmap, I mean to say that I need image plus landmark points which is seen in **LIVE_STREAM** both to be converted into...