Naoya Yoshizawa

Results 31 comments of Naoya Yoshizawa

Hi, @elvisun! Thank you for using flutter_mlkit and issueing. How about official flutter_ml_vision plugin? If you know flutter_mlkit is un official plugin and you think continue to use, I try...

Thank you for reporting the detailed issue!

I'll check this issue within a week. But it may take time.

I'll resolve https://github.com/azihsoyn/flutter_mlkit/issues/54 in next release. Thanks.

Hi, @adamkoch! Thank you for reporting! I'll fix it next release. (maybe this week) Or PR is welcome😁

Now I'm working fix to this, but it takes a time. In my estimate, I can release until next weekend.

Hi, I released 0.9.0 to fix this. To use the float32 model, please try below code.(also documented README) ``` // float model Uint8List imageToByteList(img.Image image) { var _inputSize = 224;...

Hi, @gods-mack! Thanks reporting. Show me `flutter doctor` output.

If flutter can capture screen, realtime detection is available by using detectFromBinary I/F.