azure-cognitive-services

How to search a term with a middle dash in azure search?

纵饮孤独 提交于 2020-03-25 20:17:21
问题 I'm learning to use azure search and I dont find a way to search a term with a middle dash into the ItemId field, doesn't care if the term to search it's at the beginning or at the middle. I have these fields with data in my index +-----+--------------------+-------------+ | Cat | ItemId | Description | +-----+--------------------+-------------+ | 100 | 400800-1100103U | desc item 1 | | 100 | 400800-11001066 | desc item 2 | | 100 | 400800-11001068 | desc item 3 | | 101 | 400800-110010F6 |

APIErrorException: (BadArgument) 'recognitionModel' is incompatible :AZURE COGNITIVE FACE

眉间皱痕 提交于 2020-03-05 00:34:33
问题 I'm creating an attendance system using AZURE COGNITIVE FACE API. I am storing the attendance in an excel sheet. But there occurs an error " 'recognitionModel' is incompatible." From the documentation I have come to know that there are two recognition models(recognition_01 , recognition_02). Is it required to mention the type? If so how to do it in python? ERROR: File "identify.py", line 58, in <module> res = face_client.face.identify(faceIds, global_var.personGroupId) File "C:\Python

Luis training service seems to be completely down/failing and the error message resulting for that fact is completely unhelpful

空扰寡人 提交于 2020-03-03 07:30:47
问题 After a bout of repeated training and deleting patterns and intense scrutiny of what might be happening to our LUIS models, it seems as though Luis is completely down. Here is what is repeatedly happening when trying to train a LUIS model. The reason why I was questioning the error being something on our part is because of this previous stackoverflow QA on the subject. Also, this article. These previous reported instances of training failures do not address this issue but they seem closely

How to use Azure custom vision service response boundingBox to plot shape

此生再无相见时 提交于 2020-02-19 04:24:32
问题 I am using Azure cognitive-service custom vision service to detect shapes from capture images. As per their documentation, I got the response as per their format. But I am an facing issue to plot the shape above the image. { "id": "0fbda4ee-8956-4979-bf57-a252441af98d", "project": "9ca4032b-beeb-40ad-9396-1c3fcfd9ba89", "iteration": "27c85265-a158-4fc4-b22a-d535dd758d80", "created": "2018-06-11T09:34:29.9496528Z", "predictions": [ { "probability": 0.0102891214, "tagId": "677afcf8-bc4a-493f

How to use Azure custom vision service response boundingBox to plot shape

孤街浪徒 提交于 2020-02-19 04:23:52
问题 I am using Azure cognitive-service custom vision service to detect shapes from capture images. As per their documentation, I got the response as per their format. But I am an facing issue to plot the shape above the image. { "id": "0fbda4ee-8956-4979-bf57-a252441af98d", "project": "9ca4032b-beeb-40ad-9396-1c3fcfd9ba89", "iteration": "27c85265-a158-4fc4-b22a-d535dd758d80", "created": "2018-06-11T09:34:29.9496528Z", "predictions": [ { "probability": 0.0102891214, "tagId": "677afcf8-bc4a-493f

Cannot select location or pricing tier in FormRecognizer Preview

谁说胖子不能爱 提交于 2020-01-24 01:41:05
问题 I registered for the FormRecognizer public preview and I'm having trouble creating a resource in my Azure environment. I received the welcome email today with the instructions to follow, but when I try to create a FormRecognizer resource in Azure the Location and Pricing dropdowns do not have any selectable options. These fields are required so I cannot create this resource. I have verified that I'm on the Azure subscription that I used to request being part of this Preview Program. Any ideas

AWS textract with hand-written checkboxes

北战南征 提交于 2020-01-23 11:53:09
问题 I have 1000s of survey forms which I need to scan and then upload onto my C# system in order to extract the data and enter it into a database. The surveys are a mix of hand-written 1) text boxes and 2) checkboxes. I am currently using the the Azure Read Api to extract hand-written text which should work fine e.g. question #4 below returns 'Python' and 'coding'. So my question; will any AWS Textract give me the capability to extract data for which checkbox is marked? e.g. see question #1 below

Azure Cognitive Services Custom Vision: How do I design an appropriate multi-label classification taxonomy?

怎甘沉沦 提交于 2019-12-24 19:33:52
问题 I have built an Azure Custom Vision model using ~ 5000 of my own domain-specific images and a set of ~ 30 hierarchical and non-hierarchical labels. I am not sure how best to organize my label zoo in this particular multi-label classification problem. The best approach (see e.g. https://www.researchgate.net/publication/225379571_A_Tutorial_on_Multi-label_Classification_Techniques and https://towardsdatascience.com/journey-to-the-center-of-multi-label-classification-384c40229bff) must depend on

Is Microsoft Face API verification (face to face) down? Always says bad request and documentation console shows error

允我心安 提交于 2019-12-24 18:17:29
问题 Here is what I've been trying: subscription_key = "***" assert subscription_key face_api_url = 'https://southeastasia.api.cognitive.microsoft.com/face/v1.0/verify' headers = {'Ocp-Apim-Subscription-Key': subscription_key,'Content-Type':'application/json'} params = { "faceId1": "a1cadf80-d780-4b6a-8cef-717548a07e51", "faceId2": "05113848-2c22-4116-8a30-5cde938eec61" } import requests from pprint import pprint response = requests.post(face_api_url, headers=headers, params=params) faces =

Azure keys for Luis not available

浪子不回头ぞ 提交于 2019-12-24 02:32:39
问题 I am trying to publish a staging version of my LUIS app. I have set up the Cognitive Services App in Azure Australia East and can see the key in the Azure portal. However in the AU Luis portal https://au.luis.ai , when I go to the publish tab and try to add a key to the Australian Region, I can select my Tenant and my subscription, but there is no key available to select. I note that the Azure portal does say that it can take 10 minutes for the keys to be available, but I have waited much