【发布时间】: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