338 questions with Azure Computer Vision tags

Sort by: Updated
1 answer

Congnitive Service - Computer Vision - Read

Hello, I am using this API to read content from PDF My Request Parameters - { "language": "en", "readingOrder": "basic", "pages": "1-2", "model-version":…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,582 questions
asked 2021-10-01T05:16:48.797+00:00
Lalith 161 Reputation points
answered 2021-10-07T06:06:50.973+00:00
Ramr-msft 17,651 Reputation points
1 answer

azure computer vision on premise - is any data sent to microsoft

Is any data at all sent to Microsoft if using their on-premise version of Azure Computer Vision API?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-10-05T08:07:11.417+00:00
Johan Standéus 1 Reputation point
answered 2021-10-06T02:52:48.163+00:00
Ramr-msft 17,651 Reputation points
1 answer One of the answers was accepted by the question author.

Congnitive Services - API Documentation

Hello, I am learning Azure Cognitive Services and I have found this API documentation on Computer Vision where can i find similar documentation for other services like face api, speech service, anamoly detector etc? thank you.

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,582 questions
asked 2021-10-01T02:01:14.607+00:00
Lalith 161 Reputation points
commented 2021-10-01T06:03:32.933+00:00
Lalith 161 Reputation points
1 answer

thehnical

how to get my key product for Visio app?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-09-24T22:56:27.717+00:00
DELYANA NEDYALKOVA 1 Reputation point
answered 2021-09-24T23:33:38.05+00:00
YutongTie-MSFT 48,001 Reputation points
0 answers

How to get the outline of the image detected (using face/object detection api on Azure) rather than rectangular box around it?

How to get the outline of the image detected (using face/object detection api on Azure) rather than rectangular box around it?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-09-23T05:55:39.743+00:00
승환 정 1 Reputation point
commented 2021-09-23T07:07:51.86+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

How can I make GPU resources available to a process started from IIS?

Hello, We wrote a system in C# that relies on ComputerVision to process IP Camera inputs. Up until production we used a simple recording, that always worked, once we moved to production, and started using actual IP Cameras we encountered that the CV…

Internet Information Services
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-09-16T18:23:58.88+00:00
Chris Niemann 16 Reputation points
answered 2021-09-17T03:27:06.523+00:00
Sam Wu-MSFT 7,211 Reputation points Microsoft Vendor
2 answers

Accurate prediction box custom vision

I would like to know how to make the red prediction boxes more accurate. I am extremely accurate in providing the exact region with the according label but I don't see the accuracy of the red box getting better. Examples: region marking…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
233 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,582 questions
asked 2021-09-10T14:16:23.743+00:00
Student xyz 21 Reputation points
answered 2021-09-13T16:16:59.363+00:00
Student xyz 21 Reputation points
2 answers One of the answers was accepted by the question author.

Need to do a Face detection on rtsp stream using Azure services

I would like to use some of the Azure service for my project. Idea is to stream encoded video stream (h264), expecting Azure to decode and perform face detection on it in real time. What are the best services to use it. One option I explore is to use…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,690 questions
Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-09-09T04:49:59.54+00:00
Saurabh Singh Sengar 21 Reputation points Microsoft Employee
answered 2021-09-09T15:05:35.147+00:00
Anil Murching 11 Reputation points Microsoft Employee
1 answer

Async with content moderation and computer vision client python

Hi. Is there an asynchronous way to use the Content Moderation and Computer Vision clients? I need something similar to the Text Analytics client, where you can reference the TA client from azure.ai.textanalytics.aio. This predictably throws an…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,419 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,582 questions
asked 2021-08-30T16:01:26.74+00:00
2JK 241 Reputation points
commented 2021-08-31T06:17:59.55+00:00
2JK 241 Reputation points
0 answers

Azure Computer Vision - detect_objects_in_stream (InvalidRequest) Input data is not a valid image.

I need to run Azure Computer Vision on an image via a URL. The URL can only be accessed via a VPN. I'm connected to the VPN when I run this. im = Image.open(requests.get(path, stream=True).raw) buffer = io.BytesIO() im.save(buffer,…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,582 questions
asked 2021-08-27T14:08:30.937+00:00
Vedant Modi 26 Reputation points
commented 2021-08-30T06:51:57.307+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Get Area of Interest of image using Azure Cognitive Service

I need to extract the area of interest for images - https://video2.skills-academy.com/en-in/azure/cognitive-services/computer-vision/concept-generating-thumbnails#area-of-interest. I am using python 3.x and wish to upload an image in stream or as a URL. I…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,582 questions
asked 2021-08-18T09:33:16.03+00:00
Vedant Modi 26 Reputation points
accepted 2021-08-18T10:53:30.573+00:00
Vedant Modi 26 Reputation points
1 answer

Detailed documentaion on computerVisionClient.read() (In JavaScript)

I am working on a project where I need to take a picture with a camera and then use that image to call the computerVision API for OCR. In the documentation, it mentions that you can use an image URL or an absolute path to a file. Are there other param…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-08-16T14:47:35.467+00:00
ethan hubbartt 1 Reputation point
commented 2021-08-17T02:57:20.793+00:00
ethan hubbartt 1 Reputation point
1 answer

Azure Computer Vision exceeding limit despite S1 pricing tier

I get this error when I try to run a code utilizing Azure Computer Vision. azure.cognitiveservices.vision.computervision.models._models_py3.ComputerVisionErrorResponseException: (429) Requests to the Analyze Image Operation under Computer Vision…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-07-29T13:26:21.317+00:00
Vedant Modi 26 Reputation points
answered 2021-07-30T03:33:25.997+00:00
Ramr-msft 17,651 Reputation points
1 answer

Use and display requirements for for Azure Computer Vision

I am trying to locate any use and display requirements for Azure Computer Vision, OCR in particular. Something like this: https://video2.skills-academy.com/en-us/bing/search-apis/bing-web-search/use-display-requirements This seems to apply in general,…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-07-22T16:52:00.587+00:00
Ken 1 Reputation point
answered 2021-07-23T01:17:04.793+00:00
YutongTie-MSFT 48,001 Reputation points
1 answer

Passing PIL cropped image as stream in Azure Computer Vision

I need to pass a cropped image to the Computer Vision client in Azure, either as a stream or a url. I'm using PIL to crop the image based on some bounding box values. img1 stores the cropped image img1 = img.crop((bbox[i][0], bbox[i][1], bbox[i][4],…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-07-20T12:55:44.937+00:00
Vedant Modi 1 Reputation point
commented 2021-07-21T16:02:13.797+00:00
Ramr-msft 17,651 Reputation points
1 answer

key error = "Operation-Location"

Using the code from here: https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/ComputerVision/REST/python-hand-text.md I iterate over the code to detect text in multiple local images (around 100 images); however, I get…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-07-16T06:01:56.537+00:00
Prabhala, Manasa 1 Reputation point
commented 2021-07-19T04:46:38.293+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
2 answers

Object measurement

Is possibile to combine Azure Computer Vision and reference object (in photo) to determine to size of an object or person size (shoulders, chest, waist, arms) ?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-07-15T16:42:31.467+00:00
Marco Capuano 1 Reputation point
commented 2021-07-16T15:59:47.037+00:00
GiftA-MSFT 11,161 Reputation points
1 answer One of the answers was accepted by the question author.

Computer Vision Privacy Policy

We are looking at using Azure Computer Vision to process documents that include sensitive/personal information. A few years ago, Computer Vision was not suitable for this due to Azure retaining information: …

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-07-02T12:07:23.937+00:00
Josh Busch 21 Reputation points
accepted 2021-07-07T19:11:21.113+00:00
Josh Busch 21 Reputation points
1 answer

MS Vision OCR low recognition

Hi we try to read some text from screenshots, but I recognize that the /vision/v3.2/ocr API has some issues recognizing text at all. Is there an option to improve the API? The following was not even in the result set: And…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
asked 2021-07-01T08:36:33.603+00:00
Grossmann, Tobias 11 Reputation points
commented 2021-07-07T10:50:38.44+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

Compact models on Percept

I have a percept and I found no detail in the documentation but I seem to need a general model from customvision.ai in order to use it on the Percept. There is an error you will get in the Azure Portal if you try to deploy a model that is a General…

Azure Percept
Azure Percept
A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.
72 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
233 questions
asked 2021-05-10T14:28:36.53+00:00
Ben Kotvis 1 Reputation point
answered 2021-07-03T23:12:20.697+00:00
Mike McCoy - MSFT 606 Reputation points