【问题标题】:How To use Tensoflow TFlite Models in flutter如何在 Flutter 中使用 Tensorflow TFlite 模型
【发布时间】:2022-07-11 09:10:49
【问题描述】:

我在 python 中开发了一个模型并将其导出为 TFLite 格式,但我试图将它集成到我的 Flutter 应用程序中,但都是徒劳的。 pub.dev 上处理 tflite 模型的插件都已弃用,因此无法与 Flutter v2 一起运行。我怎么能克服这个?谢谢。

【问题讨论】:

  • 你尝试了哪些软件包?
  • 我试过 tflite,但它已弃用,它没有更新到颤振 V2

标签: flutter tensorflow tensorflow-lite


【解决方案1】:

这对我有用!

关注This great tutorial。它逐步解释了如何在你的 Flutter 应用中使用你的 tflite 模型

【讨论】:

    猜你喜欢
    • 2020-07-13
    • 2019-05-06
    • 1970-01-01
    • 2020-09-10
    • 2021-02-09
    • 1970-01-01
    • 1970-01-01
    • 2020-10-14
    • 1970-01-01
    相关资源
    最近更新 更多