mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

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

Run Android text classification sample. Select MobileBERT model. Press Classify, get crash. ``` 2024-05-21 16:51:15.528 22443-22482 tflite com...apipe.examples.textclassifier I Initialized TensorFlow Lite runtime. 2024-05-21 16:51:15.529 22443-22482 tflite com...apipe.examples.textclassifier I Created...

Hello, I am struggling to get the image segmentation live stream mode to work for python. I followed the tutorial on ai.google.dev. However, I think there might be a mistake...

If you're trying to serve these files locally using python, you may encounter this error in the Chrome console because of CORS attempting to serve TEXT file MIME types instead...

in android sample `ChatViewModel.kt` The collectIndexed function for inferenceModel.partialResults should not be placed inside sendMessage. Doing so will cause collect to be called again on partialResults the second time sendMessage...

It seems like there's a significant difference in responsiveness between the face landmarker app for Android and the web demo. Is there a reason for this? I'd like to develop...

### Description This pull request adds a new holistic landmarker API ### Checklist - [x] My code follows the code style of the project. - [x] I have updated the...

Hi, I wanted to ask for help: I'm using your gesture_recognize code for one of my school projects, I trained my artificial intelligence with my customized gestures and once I...

Hello! The CodePen example for the HandLandmarker Solution (vision) is outdated (stuck at version 0.10.0), and while trying to update it to the latest version (0.10.14), I've found out that...

Working well in Xcode simulator but getting following error for Device: `Failed to initialize LlmInference session: ; RET_CHECK failure (external/odml/odml/infra/genai/inference/ml_drift/llm/llm_metal_runner.mm:87) llm_runner->model_->Init(llm_config, num_output_heads, std::move(tensor_loader), create_info, sampler_params, &llm_runner->metal_device_) returned INTERNAL: ; RET_CHECK...

I was trying to integrate the model into our iOS app via cocoapods and Bazel. Building the app in iOS simulator with XCode 14.1, iphone 14 pro simulator. The building...