Results 34 comments of sha

Hi Mike, Did you test the pre-built .apk in the repo? Is it the RN or flutter version? Yes. I've considered to update it to use TFLite and make a...

Hi Mike, Sorry for the delay. Not quite sure if we can acheive realtime recognition in RN. I will take a look maybe next month. Thanks, Qian

Hi @pbnsilva, This library doesn't support custom model at the moment. runModelOnBinary() is for image classification models with output similar to mobilenet. You will need to modify the tfilite.run() to...

It does not support yolov3 yet. Thanks, Qian

Are you looking for something like [this](https://github.com/tensorflow/examples/blob/master/lite/examples/speech_commands/android/README.md)? The plugin does not support it yet but I will see if it's possible to add it. Thanks, Qian

What's the version of TensorFlowLiteC? The plugin is tested with TensorFlowLiteC (2.2.0). Can you open the project in XCode, then go to Pods > TensorFlowLiteC > Frameworks > TensorFlowLiteC.framework >...

Hi kaelhem, Thanks a lot for making the library work with RN0.60! Would these changes break RN < 0.60? Thanks, Qian

Hi Tim, does this happen with the tflite files in this repo as well or only with the custom tflite? Are you using camera plugin 0.4.0?

@hungphamvn Have you upgraded Flutter SDK as well? The errors seems related to the memory leak issue: https://github.com/flutter/flutter/issues/26007 Thanks, Qian