【发布时间】:2021-01-09 19:45:24
【问题描述】:
如果我在 MLKit 中使用 Pre-Trained TFLite Object detection model,我会收到以下错误:
CalculatorGraph::Run() failed in Run: Calculator::Open() for node "BoxClassifierCalculator" failed: #vk Unexpected number of dimensions for output index 0: got 3D, expected either 2D (BxN with B=1) or 4D (BxHxWxN with B=1, W=1, H=1).
知道我可能做错了什么吗?
【问题讨论】:
标签: tensorflow tensorflow-lite google-mlkit