【问题标题】:onnx 1.2 models (Custom Vision) on HoloLensHoloLens 上的 onnx 1.2 模型(自定义视觉)
【发布时间】:2018-10-17 11:28:08
【问题描述】:

这是我之前帖子的更具体的延续:Custom Vision on HoloLens

我仍在使用这篇博文中的 Unity 项目:https://mtaulty.com/2018/03/29/third-experiment-with-image-classification-on-windows-ml-from-uwp-on-hololens-in-unity/

我遇到的问题是我自己的导出模型在某些时候无法与代码一起使用。现在可以导出1.2版本的onnx模型了,但是老代码好像和新版本不兼容了。

在 MainScript 的 var evalOutput = await this.learningModel.EvaluateAsync(this.inputData); 行中,它会抛出 The binding is incomplete or does not match the input/output description. (Exception from HRESULT: 0x88900002)

是否有人知道我需要更改哪些内容以便它适用于 HoloLens 上的新版本?提前致谢!

【问题讨论】:

  • 我一直以为你只需要新的Windows SDK,但实际上我需要更新PC和HoloLens才能构建17738。所以我看错了。

标签: microsoft-cognitive hololens azure-cognitive-services onnx microsoft-custom-vision


【解决方案1】:

您可以在这里找到类似的问题:Windows ML's OS requirement 总之,您需要更新 PC 和 Hololens 是对的,但您需要的内部版本号是 17763 才能用于 RS5 的生产版本。

您也可能遇到此问题:Cannot load model using WinML 绑定设置不正确的地方。

如果您仍有问题,请发布您使用的 SDK 和操作系统版本,以及 ONNX 模型版本。

【讨论】:

  • 请在此处添加更多内容,在链接之外
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2020-06-01
  • 2020-10-10
  • 2020-07-20
  • 1970-01-01
  • 2023-03-31
相关资源
最近更新 更多