am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
499 stars 352 forks source link

Failed to load dynamic library #241

Open ZWQ2003 opened 1 year ago

ZWQ2003 commented 1 year ago

When I running this packge on windows system,I meet the error : "Failed to load dynamic library 'D:\flutter_project\localModel\build\windows\runner\Debug/blobs/libtensorflowlite_c-win.dll': error code 126" .I already executed install.bat at the root of my project,but it download binaries at "D:\flutter_project\localModel\android\app\src\main\jniLibs",and there is no libtensorflowlite_c-win.dll in "'D:\flutter_project\localModel\build\windows\runner",how can I fix it? I'd appreciate it if you could help me.

JSYRD commented 12 months ago

this repo has been deprecated, and migrated to this repo https://github.com/tensorflow/flutter-tflite . Hope it's useful.