flutter_mlkit icon indicating copy to clipboard operation
flutter_mlkit copied to clipboard

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

Open GyunHo opened this issue 4 years ago • 3 comments

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?

GyunHo avatar Sep 19 '19 00:09 GyunHo

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

Or you can use other plugin like below,

  • https://github.com/firebase/mlkit-custom-image-classifier
  • https://github.com/shaqian/flutter_realtime_detection

Thanks 😄

azihsoyn avatar Sep 19 '19 00:09 azihsoyn

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

Or you can use other plugin like below,

  • https://github.com/firebase/mlkit-custom-image-classifier
  • https://github.com/shaqian/flutter_realtime_detection

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.

GyunHo avatar Sep 19 '19 02:09 GyunHo

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

Please ask in mlkit-custom-image-classifier.

azihsoyn avatar Sep 19 '19 02:09 azihsoyn