Closed jaweii closed 3 years ago
Can you please try running sh install.sh -d
at the root of your project. This should fix your problem.
I have already run it and it is NOT working. I am running in the simulator on mac. Is this only working for Android?
------------------ Original ------------------ From: Amish Garg <notifications@github.com> Date: Tue,Dec 22,2020 5:04 AM To: am15h/tflite_flutter_plugin <tflite_flutter_plugin@noreply.github.com> Cc: 朱嘉伟 <1005945485@qq.com>, Author <author@noreply.github.com> Subject: Re: [am15h/tflite_flutter_plugin] ios: Failed to lookup symbol (dlsym(RTLD_DEFAULT, TfLiteGpuDelegateOptionsV2Default): symbol not found) (#60)
Can you please try running sh install.sh -d at the root of your project. This should fix your problem.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi @jaweii, for ios please try
https://github.com/am15h/tflite_flutter_plugin#improve-performance-using-delegate-support
Relevant APIs: https://pub.dev/documentation/tflite_flutter/latest/tflite_flutter/GpuDelegate-class.html And https://pub.dev/documentation/tflite_flutter/latest/tflite_flutter/GpuDelegateOptions-class.html
Or
I am closing this issue, assuming that above resolution fixed your problem. Please feel free to reopen, if required.
@am15h Having same issue i have tried both of your solutions but no luck.
HELP PLEASE!