azihsoyn / flutter_mlkit

A Flutter plugin to use the Firebase ML Kit.
MIT License
392 stars 91 forks source link

Can I use a model trained with firebase auto ml vision edge immediately? #79

Open GyunHo opened 5 years ago

GyunHo commented 5 years ago

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?

azihsoyn commented 5 years ago

If there is a need, I'll try support AutlML.

Or you can use other plugin like below,

Thanks 😄

GyunHo commented 5 years ago

If there is a need, I'll try support AutlML.

Or you can use other plugin like below,

Thanks 😄

I applied a model trained with auto ml Edge using the example 'https://github.com/shaqian/flutter_realtime_detection' and I get an error. I overwrote the tflite file I trained instead of the example file. How can I use it? Thank you for your attention.

azihsoyn commented 5 years ago

I overwrote the tflite file I trained instead of the example file. How can I use it?

Please ask in mlkit-custom-image-classifier.