microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
779 stars 613 forks source link

CU 2021 "Image Analysis Result" has wrong tags -> Don't work with Custom Vision #567

Closed DmitryKatson closed 5 years ago

DmitryKatson commented 5 years ago

Hey team. If i try to use "Image Analyser Extension" to work with Custom Vision (customvision.ai) service - it doesn't work. The reason is that in CU 2021 "Image Analysis Result" there are wrong/nosuch tags, as I get from the service.

So the response from customvision.ai is image

However in codeunit business logic is the next image

I don't know if you need to leave 'Predictions' and 'Tag' as is, but to support Custom Vision, you should change/add tags 'prediction' and 'tagName'.

So either like that image

or that

image

JesperSchulz commented 5 years ago

That is strange! This used to work - I actually tried it myself a few months back! Something must have changed! I'll log a bug for it and close this issue, as it is not extensibility related, but we're on it ;-) Thanks for reporting!

DmitryKatson commented 5 years ago

image

Quick guys! Bravo!