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/ai-services/computer-vision/how-to/model-customization.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,6 @@ Image Analysis 4.0 allows you to train a custom model using your own training im
20
20
21
21
This guide shows you how to create and train a custom image classification model. The few differences between training an image classification model and object detection model are noted.
22
22
23
-
> [!NOTE]
24
-
> Model customization is available through the REST API and Vision Studio, but not through the client language SDKs.
25
-
26
23
## Prerequisites
27
24
28
25
* An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/cognitive-services).
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/how-to/shelf-model-customization.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,13 @@ You can train a custom model to recognize specific retail products for use in a
24
24
> [!NOTE]
25
25
> The brands shown in the images are not affiliated with Microsoft and do not indicate any form of endorsement of Microsoft or Microsoft products by the brand owners, or an endorsement of the brand owners or their products by Microsoft.
26
26
27
-
## Use the model customization feature
27
+
<!--## Use the model customization feature
28
28
29
29
The [Model customization how-to guide](./model-customization.md) shows you how to train and publish a custom Image Analysis model. You can follow that guide, with a few specifications, to make a model for Product Recognition.
> | version 4.0 | Read text, Captions, Dense captions, Tags, Object detection, Custom image classification / object detection, People, Smart crop | Better models; use version 4.0 if it supports your use case. |
20
+
> | version 4.0 | Read text, Captions, Dense captions, Tags, Object detection, People, Smart crop | Better models; use version 4.0 if it supports your use case. |
21
21
> | version 3.2 | Tags, Objects, Descriptions, Brands, Faces, Image type, Color scheme, Landmarks, Celebrities, Adult content, Smart crop | Wider range of features; use version 3.2 if your use case is not yet supported in version 4.0 |
22
22
>
23
23
> We recommend you use the Image Analysis 4.0 API if it supports your use case. Use version 3.2 if your use case is not yet supported by 4.0.
Image Analysis 4.0 (preview) offers the ability to remove the background of an image. This feature can either output an image of the detected foreground object with a transparent background, or a grayscale alpha matte image showing the opacity of the detected foreground object.
| :::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."::: |
94
-
95
+
-->
95
96
96
97
## Service limits
97
98
@@ -127,21 +128,21 @@ Different Image Analysis features are available in different languages. See the
127
128
128
129
To use the Image Analysis APIs, you must create your Azure AI Vision resource in a supported region. The Image Analysis features are available in the following regions:
0 commit comments