【发布时间】:2021-05-13 06:57:18
【问题描述】:
我正在实现一个运行 TensorFlow-lite 分类模型的安卓应用。
现在我想让应用在检测到某个类时发送信号。
TensorFlow 或 TensorFlow-lite 中有内置模块吗?
谢谢,
【问题讨论】:
我正在实现一个运行 TensorFlow-lite 分类模型的安卓应用。
现在我想让应用在检测到某个类时发送信号。
TensorFlow 或 TensorFlow-lite 中有内置模块吗?
谢谢,
【问题讨论】:
TensorFlow Lite 产品中没有通信模块。相反,请查看 Android 蓝牙 API。
【讨论】: