使计算机视觉应用程序使用自定义视觉

时间:2019-03-11 09:54:52

标签: azure computer-vision azure-cognitive-services microsoft-custom-vision

我按照此处的Microsoft教程构建了计算机视觉应用程序:

https://github.com/Microsoft/computerscience/blob/master/Labs/Azure%20Services/Azure%20Storage/Azure%20Storage%20and%20Cognitive%20Services%20(MVC).md#Exercise1

现在,我想使用customvision.ai而不是标准的Computer Vision。我将我的customvision项目移到了Azure,并以为我只需要更改Subscription Key和Vision Endpoint,但似乎不起作用。

<add key="VisionEndpoint" value="CustomVisionEndpoint" />
<add key="SubscriptionKey" value="ValueOfCustomVisionKeyInAzure" />

当我使用Computer Vision端点和密钥时,一切正常,但是如果使用Custom Vision,则会收到错误消息:

操作返回了无效的状态代码“未找到”

有人知道吗?我是否需要更改其他值或有什么问题?

谢谢您的帮助

最好的问候, 丹尼尔

1 个答案:

答案 0 :(得分:0)

在Azure认知服务上,Custom Vision ServiceComputer Vision不同。它们具有不同的体系结构,不同的API和不同的调用端点。因此,它们的SDK无法相互兼容。

通过CustomVisionComputerVision的官方示例,甚至通过Cognitive Services3833456009228 ????? ??? ??? ?????? ???? - ???? 1 1397/06/31 150763478110 ????? ??? ??? ?????? ???? - ??? 2 1397/06/31 366674660068 ????? ?? ??? ?????? ??? 3 1397/06/31 2103192861 ???? ????? ??? ???? ???? - ???? 7 1397/06/31 2547718000 ?????????? ???? - ???? 9 1397/11/29 1107433985359 ?????????? ???? - ???? 9 1397/06/31 2979163 ?????????? ???? - ??? 10 1397/06/31 12336285349 ????? ?????? ???? - ???? 11 1397/06/31 中的REST API,您也可以更深入地了解它们。

enter image description here