I did not receive my certification because my email in the registration had a typo
Hi, (there was no matching tag so I chose a random one.) unfortunately my email adress by which I registered for the exam at Pearson Vue has a typo (one letter missing). Pearson told me I should contact you by this forum. Because of this, yesterday, I…
The computer crashes randomly. How can I solve this issue?
2: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis …
VisualFeatures.Tags tag hierarcy & list of tags
At the moment we are developing product using on Microsoft AI Vision Imageanalysis with VisualFeatures.Tags options. We are testing Azure image analysis, i.e. images are analysed for basic tags (Person, vehicle, animal/mammal, bird., fire) User can…
How do I pass the -WithNoStore parameter? The image material should not be saved after the prediction.
How do I pass the -WithNoStore parameter? The image material should not be saved after the prediction. $link = "https://xxx-prediction.cognitiveservices.azure.com/customvision/v3.0/Prediction/xxx/detect/iterations/Iterationx/url/"; $prediction…
Error in upgrading my subscription
I was trying to upgrade my Azure student account which was disabled to a pay-as-you-go account. I had already given the payment details on the sign-in page of Azure. After which I followed:…
Are test images also used for training or are they held aside during training?
After training, custom vision tests the model on 20% of the images of each class. Were these images held aside and not used for training, or were they also used as part of the training set? Thanks in advance. (Note that the AI-provided answer is that the…
Azure Student Subscription Access
I was using Azure Custom Vision to train a model when I ran out of student credits. I require more credits for training, and I want to access my results, which I cannot do since my subscription is over. What can I do to access the results? I went…
Transfer custom vision model from one account to another
Can I transfer my Azure custom vision image training model from one student account to another? And if yes how do I do it? And also on a side note, since my complete credits in the student account are used up, the account is disabled and I am not able to…
Does Azure AI Vision use Gen AI?
Hello, We are interested in Azure AI Vision and would like to know if it uses GenAI for its analysis. Does anyone have reference materials that demonstrate that it either does/or doesn't use GenAI? Thank you.
We are looking at Azure AI Vision and need to know if it utilizes GenAI
Hello, We are looking at Azure AI Vision and would like to know if it utilizes GenAI. If it uses GenAI, we need to shift how we would procure. I can't find a definitive answer within the sales/marketing materials. Thanks, Henry
How can I use weight of params from a previous iteration of training in Azure custom vision
iteration = trainer.train_project( project_id, training_type="Advanced", # Possible values include: 'Regular', 'Advanced' reserved_budget_in_hours=8, force_train=False, …
Can't select a resource to work with
I'm trying to use Azure AI - Vision Studio. I have to select a resource to work with, but my resources don't appear on this page. Also, I can't create new resources since my resource groups don't appear on the form. This error slides on the page every 5…
How to cancel a hanging Custom Vision training iteration
A Custom Vision training iteration was started 4 days ago with a 4-hour reserved budget, but it still shows as training. Retraining and exporting the project are not possible until this iteration stops hanging. What are the recommendations for canceling…
Not able to use azure custom vision api for url inferencing
Hello Microsoft team, I had made a model in azure custom vison service and published it in prediction resource . As per this the API can be accessed API calls like this. The inferencing using image file is working fine , but when I try to use url API…
A few questions about Azure Custom Vision AI pricing
Here is the translation: Hi, I'm quite new to the whole Microsoft Azure universe and today I tested the Custom Vision AI for the first time – and I really enjoy experimenting with it so far. However, I have a few questions regarding the pricing.…
Is Planogram Compliance API going to be deprecated?
I have been doing some experimentation related to azure shelf product recognition. Recently, the documentation said that the feature will be deprecated and retired early next year. …
Unable to use Custom Vision Model with latest library "Azure.AI.Vision.ImageAnalysis"
Hi, In the latest update of the library, I am unable to use the Analyze method or pass my custom model name through the endpoint to get the confidence score or other data for the image URI I am analyzing. Can someone provide the latest syntax for using a…
Can't move forward "Select a resource to work with" step in vision studio
I am following MS learning page to work on one of the courses and I am trying to start a 'Customize Models with Images' project using Vision Studio, but it asks me to select a resource. Even though I choose my default resource, nothing happens, and the…
Azure Vision Studio stuck at "Select a resource to work with" step
I am following MS learning page to work on one of the coures and I am trying to start a 'Customize Models with Images' project using Vision Studio, but it asks me to select a resource. Even though I choose my default resource, nothing happens, and the…
predictor.classify_image failed with error "Invalid iteration"
I've created and trained an image classification model using Azure Custom Vision (Cognitive Services) and published the model with API. Now, I've written a simple code in Python which takes an image from my local file and calls the API. However, I'm…