-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selfie segmentation leads to crash flutter app #393
Comments
I am facing the same issue, getting the following error: |
I am using google_mlkit_pose_detection package and have the same issue.
|
In my case It was caused with face detection on iOS by Flutter bug, here more info: flutter/flutter#122792 It was repaired, I was testing on master channel and it works fine now |
That will be fixed in this PR: #473 |
I am using https://pub.dev/packages/google_mlkit_selfie_segmentation plugin in Flutter app in this way:
The app crashed after segmenter.processImage(inputImage) line with error:
This start to reproduce very often after flutter upgrade.
Current Flutter version is 3.3.4.
Are there any changes and improvements planned for this package? Because this is really core feature of my project and now it is working very unstable because of this issue.
The text was updated successfully, but these errors were encountered: