Skip to content

Commit 8e17566

Browse files
committed
cusvis freshness
1 parent 02e1b64 commit 8e17566

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/ai-services/custom-vision-service/getting-started-build-a-classifier.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: PatrickFarley
66
manager: nitinme
77
ms.service: azure-ai-custom-vision
88
ms.topic: quickstart
9-
ms.date: 10/01/2024
9+
ms.date: 03/26/2025
1010
ms.author: pafarley
1111
ms.custom: mode-other
1212
keywords: image recognition, image recognition app, custom vision
@@ -30,7 +30,7 @@ This quickstart explains how to use the Custom Vision web portal to create an im
3030

3131
Navigate to the [Custom Vision web page](https://customvision.ai), and then sign in with the same account that you used to sign in to the Azure portal.
3232

33-
:::image type="content" source="media/browser-home.png" alt-text="Screenshot showing the sign-in page.":::
33+
:::image type="content" source="media/browser-home.png" alt-text="Screenshot showing the Custom Vision sign-in page.":::
3434

3535
1. To create your first project, select **New Project**. The **Create new project** dialog box appears.
3636

@@ -39,7 +39,7 @@ Navigate to the [Custom Vision web page](https://customvision.ai), and then sign
3939
1. Enter a name and a description for the project. Then select your Custom Vision Training Resource. If your signed-in account is associated with an Azure account, the Resource dropdown displays all of your compatible Azure resources.
4040

4141
> [!NOTE]
42-
> If no resource is available, please confirm that you have signed into [customvision.ai](https://customvision.ai) with the same account that you used to sign in to the [Azure portal](https://portal.azure.com). Also, please confirm you have selected the same *Directory* in the Custom Vision website as the directory in the Azure portal where your Custom Vision resources are located. In both sites, you can select your directory from the dropdown account menu at the top right corner of the screen.
42+
> If no resource is available, confirm that you've signed into [customvision.ai](https://customvision.ai) with the same account that you used to sign in to the [Azure portal](https://portal.azure.com). Also confirm you've selected the same *Directory* in the Custom Vision website as the directory in the Azure portal where your Custom Vision resources are located. In both sites, you can select your directory from the dropdown account menu at the top right corner of the screen.
4343
4444
1. Select **Classification** under **Project Types**. Then, under **Classification Types**, choose either **Multilabel** or **Multiclass**, depending on your use case. Multilabel classification applies any number of your tags to an image (zero or more), while multiclass classification sorts images into single categories (every image you submit is sorted into the most likely tag). You can change the classification type later, if you want to.
4545

@@ -65,7 +65,7 @@ You can upload and manually tag images to help train the classifier.
6565

6666
1. To add images, select __Add images__ and then select __Browse local files__. Select __Open__ to move to tagging. Your tag selection is applied to the entire group of images you upload, so it's easier to upload images in separate groups according to their applied tags. You can also change the tags for individual images after they're uploaded.
6767

68-
:::image type="content" source="media/getting-started-build-a-classifier/add-images-1.png" alt-text="Screenshot of the add images control is shown in the upper left, and as a button at bottom center.":::
68+
:::image type="content" source="media/getting-started-build-a-classifier/add-images-1.png" alt-text="Screenshot of the Add Images control is shown in the upper left, and as a button at bottom center.":::
6969

7070
1. To create a tag, enter text in the __My Tags__ field and press Enter. If the tag already exists, it appears in a dropdown menu. In a multilabel project, you can add more than one tag to your images, but in a multiclass project you can add only one. To finish uploading the images, use the __Upload [number] files__ button.
7171

articles/ai-services/custom-vision-service/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77

88
ms.service: azure-ai-custom-vision
99
ms.topic: overview
10-
ms.date: 09/25/2024
10+
ms.date: 03/26/2025
1111
ms.author: pafarley
1212
keywords: image recognition, image identifier, image recognition app, custom vision
1313
ms.custom: FY25Q1-Linter
@@ -53,7 +53,7 @@ Additionally, you can choose from several variations of the Custom Vision algori
5353

5454
The Custom Vision Service is available as a set of native SDKs and through a web-based interface on the [Custom Vision portal](https://customvision.ai/). You can create, test, and train a model through either interface or use both together.
5555

56-
### Supported browsers for Custom Vision web portal
56+
### Supported browsers
5757

5858
The Custom Vision portal can be used by the following web browsers:
5959
- Microsoft Edge (latest version)
@@ -79,5 +79,5 @@ Custom Vision doesn't replicate data outside of the specified region, except for
7979

8080
## Next steps
8181

82-
* Follow the [Build a classifier](getting-started-build-a-classifier.md) quickstart to get started using Custom Vision in the web portal.
82+
Follow the [Build a classifier](getting-started-build-a-classifier.md) quickstart to get started using Custom Vision in the web portal.
8383
* Or, complete an [SDK quickstart](quickstarts/image-classification.md) to implement the basic scenarios with code.

0 commit comments

Comments
 (0)