我无法在 colab 中安装 tflite model maker 。我也使用 Nightly 运行所有命令。但现在不行了。我的项目陷入困境。pip install Tflite-model-maker没有安装它花了很长时间和colab磁盘..
我无法在 colab 中安装 tflite model maker 。我也使用 Nightly 运行所有命令。但现在不行了。我的项目卡住了 pip install Tflite-model-maker 没有安装它花了很长时间和 colab 磁盘..
我尝试使用 tflite 包创建一个活动对象检测应用程序,但似乎在我安装了这两个包: tflite和camera并编写了检测代码后,它似乎无法运行。
软件包:Tflite: https: //pub.dev/packages/tflite 相机: https: //pub.dev/packages/camera
发生此错误:
A problem occurred evaluating project ':tflite'.
整个错误:
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\Hepha\Documents\flutter_windows_2.10.3-stable\flutter\.pub-cache\hosted\pub.dartlang.org\tflite-1.1.2\android\build.gradle' line: 24
* What went wrong:
A problem occurred evaluating project ':tflite'.
> No signature of method: build_a7q9josm4oau2t0m3mow48bac.android() is applicable for argument types: (build_a7q9josm4oau2t0m3mow48bac$_run_closure2) values: [build_a7q9josm4oau2t0m3mow48bac$_run_closure2@c7c7456]
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more …Run Code Online (Sandbox Code Playgroud)