You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/concept-background-removal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The following example images illustrate what the Image Analysis service returns
40
40
|---------|---------|---------|
41
41
| :::image type="content" source="media/background-removal/building-1.png" alt-text="Photo of a city near water."::: | :::image type="content" source="media/background-removal/building-1-result.png" alt-text="Photo of a city near water; sky is transparent."::: | :::image type="content" source="media/background-removal/building-1-matte.png" alt-text="Alpha matte of a city skyline."::: |
42
42
| :::image type="content" source="media/background-removal/person-5.png" alt-text="Photo of a group of people using a tablet."::: | :::image type="content" source="media/background-removal/person-5-result.png" alt-text="Photo of a group of people using a tablet; background is transparent."::: | :::image type="content" source="media/background-removal/person-5-matte.png" alt-text="Alpha matte of a group of people."::: |
43
-
| :::image type="content" source="media/background-removal/bears.png" alt-text="Photo of a group of bears in the woods."::: | :::image type="content" source="media/background-removal/bears-result.png" alt-text="Photo of a group of bears; background is transparent out."::: | :::image type="content" source="media/background-removal/bears-alpha.png" alt-text="Alpha matte of a group of bears."::: |
43
+
| :::image type="content" source="media/background-removal/bears.png" alt-text="Photo of a group of bears in the woods."::: | :::image type="content" source="media/background-removal/bears-result.png" alt-text="Photo of a group of bears; background is transparent."::: | :::image type="content" source="media/background-removal/bears-alpha.png" alt-text="Alpha matte of a group of bears."::: |
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/concept-model-customization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ Below are the possible reasons:
172
172
173
173
### What is the expected latency for predictions with custom models?
174
174
175
-
We do not recommend you use custom models for business critical environments due to potential high latency. When customers train custom models in Vision Studio, those custom models belong to the Computer Vision resource that they were trained under, and the customer is able to make calls to those models using the **Analyze Image** API. When they make these calls, the custom model is loaded in memory, and the prediction infrastructure is initialized. While this happens, customers might experience longer than expected latency to receive prediction results. Microsoft is working on making latency improvements in the near future.
175
+
We do not recommend you use custom models for business critical environments due to potential high latency. When customers train custom models in Vision Studio, those custom models belong to the Computer Vision resource that they were trained under, and the customer is able to make calls to those models using the **Analyze Image** API. When they make these calls, the custom model is loaded in memory, and the prediction infrastructure is initialized. While this happens, customers might experience longer than expected latency to receive prediction results.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/how-to/blob-storage-search.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,37 +21,37 @@ To get started with the **Search photos with natural language** or **Video summa
21
21
> [!IMPORTANT]
22
22
> You need to create your storage account on the same Azure subscription as the Computer Vision resource you're using in the **Search photos with natural language** or **Video summary and frame locator** scenarios as shown below.
23
23
24
-
:::image type="content" source="../media/storage-instructions/subscription.png" alt-text="Show the resource":::
24
+
:::image type="content" source="../media/storage-instructions/subscription.png" alt-text="Screenshot of resource selection.":::
25
25
26
26
## Create a new storage account
27
27
28
28
To get started, [create a new storage account](https://ms.portal.azure.com/#create/Microsoft.StorageAccount).
:::image type="content" source="../media/storage-instructions/go-to-cors.png" alt-text="Screenshot of resource sharing screen.":::
45
45
46
46
47
-
Create a CORS rule by setting the **Allowed Origins** field to `https://<your resource>.azurewebsites.net`.
47
+
Create a CORS rule by setting the **Allowed Origins** field to `https://portal.vision.cognitive.azure.com`.
48
48
49
49
In the Allowed Methods field, select the `GET` checkbox to allow an authenticated request from a different domain. In the **Max age** field, enter the value `9999`, and click `Save`.
50
50
51
51
[Learn more about CORS support for Azure Storage](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services).
:::image type="content" source="../media/storage-instructions/cors-rule.png" alt-text="Screenshot of completed CORS screen.":::
55
55
56
56
57
57
This will allow Vision Studio to access images and videos in your blob storage container to extract insights on your data.
@@ -61,7 +61,7 @@ This will allow Vision Studio to access images and videos in your blob storage c
61
61
In the **Try with your own video** or **Try with your own image** section in Vision Studio, select the storage account that you configured with the CORS rule. Select the container in which your images or videos are stored. If you don't have a container, you can create one and upload the images or videos from your local device. If you have updated the CORS rules on the storage account, refresh the Blob container or Video files on container sections.
62
62
63
63
64
-
:::image type="content" source="../media/storage-instructions/video-selection.png" alt-text="Show upload in VS":::
64
+
:::image type="content" source="../media/storage-instructions/video-selection.png" alt-text="Screenshot of image upload in Vision Studio.":::
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/how-to/model-customization.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,9 @@ This guide shows you how to create and train a custom image classification model
34
34
35
35
Begin by going to [Vision Studio](https://portal.vision.cognitive.azure.com/) and selecting the **Image analysis** tab. Then select either the **Extract common tags from images** tile for image classification or the **Extract common objects in images** tile for object detection. This guide will demonstrate a custom image classification model.
36
36
37
+
> [!IMPORTANT]
38
+
> To train a custom model in Vision Studio, your Azure subscription needs to be approved for access. Please request access using [this form](https://aka.ms/visionaipublicpreview).
39
+
37
40
On the next screen, the **Choose the model you want to try out** drop-down lets you select the Pretrained Vision model (to do ordinary Image Analysis) or a custom trained model. Since you don't have a custom model yet, select **Train a custom model**.
Use the Image Analysis REST API to to read text and generate captions for the image (version 4.0 only).
17
+
Use the Image Analysis REST API to read text and generate captions for the image (version 4.0 only).
18
18
19
19
> [!TIP]
20
20
> The Analysis 4.0 API can do many different operations. See the [Analyze Image how-to guide](../how-to/call-analyze-image-40.md) for examples that showcase all of the available features.
:::image type="content" source="Images/description.png" alt-text="Photo of cows with a simple description on the right":::
71
+
:::image type="content" source="Images/description.png" alt-text="Photo of cows with a simple description on the right.":::
72
72
73
73
### Detect objects
74
74
75
75
Object detection is similar to tagging, but the API returns the bounding box coordinates for each tag applied. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process further relationships between the objects in an image. It also lets you know when there are multiple instances of the same tag in an image. [Detect objects (v3.2)](concept-object-detection.md)[(v4.0 preview)](concept-object-detection-40.md)
76
76
77
-
:::image type="content" source="Images/detect-objects.png" alt-text="Photo of an office with a rectangle drawn around a laptop":::
77
+
:::image type="content" source="Images/detect-objects.png" alt-text="Photo of an office with a rectangle drawn around a laptop.":::
78
78
79
79
### Tag visual features
80
80
81
81
Identify and tag visual features in an image, from a set of thousands of recognizable objects, living things, scenery, and actions. When the tags are ambiguous or not common knowledge, the API response provides hints to clarify the context of the tag. Tagging isn't limited to the main subject, such as a person in the foreground, but also includes the setting (indoor or outdoor), furniture, tools, plants, animals, accessories, gadgets, and so on. [Tag visual features (v3.2)](concept-tagging-images.md)[(v4.0 preview)](concept-tag-images-40.md)
82
82
83
-
:::image type="content" source="Images/tagging.png" alt-text="Photo of a skateboarder with tags listen on the right":::
83
+
:::image type="content" source="Images/tagging.png" alt-text="Photo of a skateboarder with tags listed on the right.":::
0 commit comments