我按照此处的Microsoft教程构建了计算机视觉应用程序:
现在,我想使用customvision.ai而不是标准的Computer Vision。我将我的customvision项目移到了Azure,并以为我只需要更改Subscription Key和Vision Endpoint,但似乎不起作用。
<add key="VisionEndpoint" value="CustomVisionEndpoint" />
<add key="SubscriptionKey" value="ValueOfCustomVisionKeyInAzure" />
当我使用Computer Vision端点和密钥时,一切正常,但是如果使用Custom Vision,则会收到错误消息:
操作返回了无效的状态代码“未找到”
有人知道吗?我是否需要更改其他值或有什么问题?
谢谢您的帮助
最好的问候, 丹尼尔
答案 0 :(得分:0)
在Azure认知服务上,Custom Vision Service与Computer Vision不同。它们具有不同的体系结构,不同的API和不同的调用端点。因此,它们的SDK无法相互兼容。
通过CustomVision
和ComputerVision
的官方示例,甚至通过Cognitive Services
的3833456009228 ????? ??? ??? ?????? ???? - ???? 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,您也可以更深入地了解它们。