flutter_mlkit icon indicating copy to clipboard operation
flutter_mlkit copied to clipboard

A Flutter plugin to use the Firebase ML Kit.

Results 44 flutter_mlkit issues
Sort by recently updated
recently updated
newest added

I want to detect a real-time object with flutter's camera package. Will we be able to use models trained with auto ml edges in the future?

The example code converts image 224x224x3 into long list where each pixel is recorded as RGB in buffer of length 224x244. In my opinion each channel should be serialized separately...

I am getting above one-line error if I am trying to run main.dart file. Please help me with this.

under investigation

I uploaded custom tensorflowlite model which is based on InceptionV3, plugin shows error: The model is INCOMPATIBLE. It may contain unrecognized custom ops, or not FlatBuffer format: java.lang.IllegalArgumentException: Internal error:...

under investigation

Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'... registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is...

under investigation

`Cannot load custom model` is not very helpful, is it possible to show more actionable error messages?

waiting-reply

Hi there, thank you for this plugin. I'm having a hard time getting the example to work: Steps: -Create new flutter project -add mlkit: "^0.4.1" and image_picker: "^0.4.5" to dependencies...

waiting-reply

hey @azihsoyn, Thank you for being the first in creating mlkit plugin for flutter, now that there is an official plugin for mlkit with the exception of being able to...

waiting-reply

https://firebase.google.com/docs/ml-kit/detect-faces

enhancement
wip