FlutterWithMediaPipe icon indicating copy to clipboard operation
FlutterWithMediaPipe copied to clipboard

Flutter with MediaPipe ML models

Results 10 FlutterWithMediaPipe issues
Sort by recently updated
recently updated
newest added

The necessary files have been modified for the latest flutter 3.

Hi, On macos developing environment with an Android device, I did: 1. `sh install.sh` 2. `flutter pub get` 3. `flutter run` But received error like this: ``` FAILURE: Build failed...

Thank you for this repository! Face Detector works fine when there is one face present, but when there are 2 or more Non maximum supression algorithm gets stuck in infinite...

I am running this application on a google pixel 4a. I am getting these issues for all 4 models of media pipe.. Encountering the following errors: ======== Exception caught by...

How to use holistic solution?

I can create a new Flutter project and successfully run it, But I encountered an error while running this Flutter project, as shown below; I need help —————————————————————————————— Launching lib\main.dart...

codes below: ``` if (Platform.isAndroid) { image = imageLib.copyRotate(image, angle: -90); image = imageLib.flipHorizontal(image); } var tensorImage = TensorImage(TensorType.float32); tensorImage.loadImage(image); tensorImage = imageProcessor.process(tensorImage); ```

Hello, I downloaded your project and wanted to give it a try, but I got an error because of the sign in function in the build.gradle file. Unfortunately, there is...

Hello, Android cannot recognize and how to solve it? ![411ad55098fcd54eb2216fb8b64446d](https://github.com/JaeHeee/FlutterWithMediaPipe/assets/22849478/3b0b6362-5edf-447f-83a0-410061ea5e89)