Carlos Daza
Carlos Daza
well, this is possible or not?
Still having this issue in 2023, any news about this?
did you fix it?
Did anyone find a fix?
Did you find a fix for this? im having troubles with the same issue and im losing my head
Thanks everyone for the answers, this will be closed now.
Go to your tensor.dart (\AppData\Local\Pub\Cache\hosted\pub.dev\tflite_flutter-0.10.4\lib\src\tensor.dart) and change: ``` /// Underlying data buffer as bytes. Uint8List get data { final data = cast(tfliteBinding.TfLiteTensorData(_tensor)); return UnmodifiableUint8ListView( data.asTypedList(tfliteBinding.TfLiteTensorByteSize(_tensor))); } ``` For: ``` ///...
if is just for face detection use google ml kit, it does the job
ok