Questions tagged [microsoft-custom-vision]

145 questions
2
votes
0 answers

Tensorflow object detection api - Microsoft Custom Vision

I created an object detection model on Azure Microsoft custom vision for satellite images( ship Dataset) ,then I exported a model by docker file and I get a zip file inside it 2 docker files (app and Azureml) inside docker file (app) there are 5…
2
votes
3 answers

Working with a Multidimensional Array as a CoreML Model output

I have trained an object detection CoreML model using Microsoft's customvision.ai service. I exported it to use in my app to recognize certain objects in real time using the camera. However the CoreML model outputs a MultiArray of type double. I…
2
votes
1 answer

Is there a way to get bounding boxes from the Microsoft's custom vision object detection model.pb file?

Is there a way to get bounding boxes of a particular object detected via Microsoft custom vision model.pb file? I know we can get that via API calls to the azure custom vision service. Say for example, we can get the bounding boxes from the ssd…
1
vote
0 answers

Why might Custom Vision be preventing some predictions?

I am trying to detect the number of certain objects in an image using Custom Vision. The images I am sending for predictions are thin and long, with aspect ratios of typically 1:12. However, once the predictions are made, the top 10-15% of the image…
1
vote
1 answer

Is there an easy and quick way to count object of one class in the photo?

First of all, I am asking for your understanding - I am new to the subject and realise that in the .NET world, Machine Learning is not at an exceptionally high level. And besides, I'm a Junior. I'm trying to implement a functionality where the input…
1
vote
0 answers

What measure are the coordinates for method ImageRegionCreateEntry in azure sdk cognitive custom vision?

The documentation provides this example . I am training for object detection project type. "regions": [ { "imageId": "4d6eb844-42ee-42bc-bd6f-c32455ef07c9", "tagId": "b607964f-7bd6-4a3b-a869-6791fb6aab87", "left": 0.25, "top": 0.25, …
1
vote
0 answers

Azure CustomVision object-detection (multiple object categories per image) -- Deserialization Error & Attribute Error

Background: I'm attempting to train a model to detect approx. 5 types of objects in an image. My training data consists of approx 20 images, each image contains all of the object types...and more than one instance of each object per image. For…
1
vote
0 answers

error CS0103: The name 'ModelHelper' does not exist in the current context

I am trying to implement Object detection on HoloLens2 using Microsoft Custom Vision. I have been following the tutorial (https://learn.microsoft.com/en-us/archive/blogs/appconsult/23535) but faced with this error.. error CS0103: The name…
1
vote
1 answer

Is there a way to upload images with annotations (labeled images) to custom vision?

I have hundreds of labeled images and do not want to redo that work in the custom vision labeling tool. Is there a way to upload labeled images to custom vision? Or to Azure ML or Azure ML Studio? Does any vision services in Azure provide for…
1
vote
1 answer

Azure Custom Vision Service Compact Domain

I'm in the middle of trying to get Tensorflow Lite project working and even though I'm a complete beginner at Azure Custom Vision Service, I was following a tutorial and went into researching more links that I'll display soon. FIRST, let me show you…
1
vote
1 answer

Cropping an image in python

I am working on an object detection project using Azure Custom Vision. An example of a bounding box I got is [0.053913698, 0.6198375, 0.09218301, 0.13308609]. The selected answer here is not going to suit my task because all the values are less than…
1
vote
1 answer

Custom Vision: Out of upload quota

I have two projects on the F0 tier. This morning they both will not let me upload additional images 150 training images uploaded; 0 remain and 1162 training images uploaded; 0 remain The documenation says the limit should be…
brianegge
  • 29,240
  • 13
  • 74
  • 99
1
vote
0 answers

Problem with TensorFloat .netcore (CustomVision)

Well i've been doing some work with AI and object detection and have recently encounter somewhat of a problem with a model that i exported from CustomVision. For the ones who know what i'm talking about, when you export a model from CustomVision you…
1
vote
0 answers

Model predictions offline different from Custom Vision Portal quick test

I trained a model of Object Detection using Azure Custom Vision and the predictions done using 'quick test' in the portal are different from the ones obtained offline (with the sample code provided). Project info Domains: 'General (compact)' Export…
1
vote
1 answer

Azure Custom Vision Project

I am creating an azure custom vision project in python, every time i run the code, it creates new projects and my project count keeps increasing. How can i delete an existing project before creating a new one?
1
2
3
9 10