Questions tagged [microsoft-custom-vision]

145 questions
0
votes
1 answer

Azure role-based access control user cannot find resource

Assigned Azure Custom Vision role to user but unable to access resource. Errors shown: Subdomain does not map to a resource. Please check if desired resource exists in subscription. image
0
votes
1 answer

How to use Azure custom vision prediction API by URL method in javascript?

I have used this code! Reference: https://southcentralus.dev.cognitive.microsoft.com/docs/services/eb68250e4e954d9bae0c2650db79c653/operations/58acd3c1ef062f0344a42813 JSSample
0
votes
2 answers

I don't have access to the azure customvision.ai portal and azure speech studio

When I access the respective URL of each portal. I enter my credentials and it gives me this error: -CustomVision AI: Pick an account Selected user account does not exist in tenant 'Directorio predeterminado' and cannot access the application…
Piova
  • 1
0
votes
2 answers

How to draw region on images?

I have trained model on customvision.ai after I have downloaded model. Now I want to draw region on images but when I draw rectangle boxes on images on particular location it show draw different location. But when I Quick test in customvision.ai it…
0
votes
1 answer

Cannot get correct predictions from ONNX model from Customvision

I am evaluating customvision.ai for training image classification model and then downloading that model as an onnx file that would be consumed within a .Net Windows forms app. I created a new project, uploaded few images, tagged them and was able to…
0
votes
1 answer

Django web app with Microsoft azure custom vision

Django web app with Microsoft azure custom vision
0
votes
1 answer

How to convert CustomVision.ai TensorFlow/TensorFlow Lite model into something that works with TFLite Object Detection API?

We have a model exported from CustomVision.ai (it supports exporting TensorFlow .pb, TensorFlow Lite .tflite, Saved Model .pp formats). We would like to integrate this model into an existing app that uses the TFLite Object Detection API, which…
0
votes
1 answer

Is it possible to use Azure Custom Vision in a VB project?

I'm trying to include CustomVision features in an existing VB.NET application. When I try to call any of the functions to create a project or add tags etc., I get the following HttpRequestException: System.Net.Http.HttpRequestException: 'An error…
0
votes
1 answer

onnx model in ubuntu 18.04 not running

I am trying to implement custom vision solution using C#, Azure custom vision, and ONNX Model. My API code is running perfect on windows OS, but when I am trying to run same code on Ubuntu 18.04, getting below error. I have download trained ONNX…
0
votes
2 answers

predictor.classify_image(project.id, publish_iteration_name, image_contents.read()) causes invalid iteration

I’m trying to get the python code provided at https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/CustomVision/ImageClassification/CustomVisionQuickstart.py to work. So far I’ve fixed 1 code error (duplicated lines…
Name
  • 31
  • 2
0
votes
1 answer

Azure Custom Vision SDK - ClientRequestError

I am trying out an object detection project with the Custom Vision client library. But I get ClientRequestError. Below is my code:- from azure.cognitiveservices.vision.customvision.training import CustomVisionTrainingClient from…
0
votes
1 answer

How can use already labelled images for Azure custom vision ai?

I have around 1000 labeled images with me. How can I upload it in Azure custom vision instead of uploading the images and retagging them from the portal?
0
votes
1 answer

Azure Custom Vision - Guidelines on deleting Iterations

In our project, a invoice recipe validation process, we are periodically adding new images to the models to improve classification as new samples become available. So, every night, when we have collected a reasonable amount of new samples of…
0
votes
1 answer

Error while posting data in CustomVision.ai API

I have trained the model on customvision.ai and obtained the prediction key and endpoint. Here what I have written import requests import…
0
votes
0 answers

List of string to one string to call an API

Trying to call API from : here In order to delete multiple images, I must pass a string with all images ID. But I don't know how to generate good string At the begining I have a list of string and I want to have only string like this: DELETE…
akhetos
  • 686
  • 1
  • 10
  • 31