【发布时间】:2019-12-18 01:36:45
【问题描述】:
我目前正在使用与我的 ios 应用程序集成的 google firebase。我在我的应用程序中使用 MLKit,并将本地 TensorFlow lite 模型用作图像分类器。
但有了 Xcode 9,我无法使用我的应用程序执行此操作,因为 autoMLVision 是新的并且需要 xcode 10.1。现在我认为最好的办法是将我在 google firebase 中训练并下载的 TensorFlow lite 模型转换为 .mlmodel 并使用 Core ML 进行图像分类。
我将如何进行这种转换。如果您有解决此版本问题的替代方法,请分享。如果您需要更多信息,请告诉我。
【问题讨论】:
标签: xcode firebase tensorflow-lite coreml coremltools