shaqian / tflite-react-native

React Native library for TensorFlow Lite
https://www.npmjs.com/package/tflite-react-native
MIT License
291 stars 106 forks source link

Bug: cannot convert between a TensorFlow Lite tensor with dtype UNIT8 and a Java object of type [[F #22

Open zyot249 opened 4 years ago

zyot249 commented 4 years ago

I have implemented this library with the image classification model in my project, but when I call tflite.runModelOnImage, I have the bug with the following content:

cannot convert between a TensorFlow Lite tensor with dtype UNIT8 and a Java object of type [[F

Did anybody catch this bug? Could you give me a help? Thank you!

victorolayemi commented 4 years ago

I am also facing the same issue

i-mighty commented 4 years ago

Same here. Is this library still maintained though?

rizwanzaheer commented 4 years ago

Getting same issue :( @shaqian

Desintegrator commented 3 years ago

anyone found solution?

zholmes1 commented 3 years ago

Same issue here.

ahtisham-gsoftconsulting commented 3 years ago

Same issue here.

santuman commented 3 years ago

Hi, I am also facing the same issue. Is there any workaround?