Naoya Yoshizawa

Results 31 comments of Naoya Yoshizawa

I have the same problem. And I found a workaround to avoid the exception. https://stackoverflow.com/questions/47122736/pojo-object-for-this-xml-response-in-kotlin

Hi, there! Firebase MLKit piovides preprocessed model. So, you don't need to preprocess. If you want to customize detected result, Firebase MLKit supports custom model detection, or cloud base detection....

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 overwrote the tflite file I trained instead of the example file. How can I use it? Please ask in mlkit-custom-image-classifier.

Hi, @lvharikishore. Thank you for reporting! That may caused by dependency error of cocoapods. It's my fault. https://github.com/azihsoyn/flutter_mlkit/blob/master/ios/mlkit.podspec#L19-L24 https://github.com/flutter/plugins/blob/master/packages/firebase_ml_vision/ios/firebase_ml_vision.podspec#L20-L24 Please try `flutter clean build` or `pod update` at ios directory....

Hi, @tperm94. I'm sorry, Face Landmarks and Contours is not supported in this library. Please consider use official library. https://github.com/FirebaseExtended/flutterfire/blob/master/packages/firebase_ml_vision/lib/src/face_detector.dart

Thanks reporting. Does older version work correctly?

https://twitter.com/azihsoyn/status/1059862965287940096 already works on android. ![](https://pbs.twimg.com/media/DrVjvyHXgAAYXzP.jpg)

Hi, Thanks reporting and commenting! I'll check it later ASAP! 😄

Hi, @Albert221 https://github.com/azihsoyn/flutter_mlkit/issues/36#issuecomment-421543617 does not resolve your issue?