Kevin Weiler
Kevin Weiler
This is necessary for any use case involving shipping...can we please merge this?
just a comment to fix the java compatibility problem, I needed to edit the android build.gradle of the @nguyenxdat fork, not in my own project. @nguyenxdat it would be nice...
I had this same issue, and I found that assertions are turned off in release mode, so if you were following an example from Stack overflow that placed the model...
Wow, well in writing this, I got a better look at the numbers, and switched out the tensor parsing as follows: ``` float* output_locations = TfLiteInterpreterGetOutputTensor(interpreter, 1)->data.f; float* output_classes =...
This worked on iOS, but is not working on android. I tried to make the same changes, but it's getting hung up on the error others have complained about: ```...
Well, I got android working through various hacks. I take a photo on a periodic timer for android now, rather than streaming the image, unlike iOS...Something is wrong with flutter's...
Yes also seeing this, please fix, thanks!
I also tested android, and cluster properties are not working there either. clusterProperties are working good in our node/.vue backend however.
I fixed this by downgrading tflite_flutter_helper: 0.3.1 to tflite_flutter_helper: 0.2.1 and this error went away for me...
The @ricibald 'solution' disables c++ modules, so, this causes a chain effect of killing most other libraries that would be useful to have (like firebase). So now we have to...