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
@@ -30,7 +30,7 @@ This quickstart explains how to use the Custom Vision web portal to create an im
30
30
31
31
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.
32
32
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.":::
34
34
35
35
1. To create your first project, select **New Project**. The **Create new project** dialog box appears.
36
36
@@ -39,7 +39,7 @@ Navigate to the [Custom Vision web page](https://customvision.ai), and then sign
39
39
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.
40
40
41
41
> [!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). Alsoconfirm 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.
43
43
44
44
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.
45
45
@@ -65,7 +65,7 @@ You can upload and manually tag images to help train the classifier.
65
65
66
66
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.
67
67
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.":::
69
69
70
70
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.
@@ -53,7 +53,7 @@ Additionally, you can choose from several variations of the Custom Vision algori
53
53
54
54
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.
55
55
56
-
### Supported browsers for Custom Vision web portal
56
+
### Supported browsers
57
57
58
58
The Custom Vision portal can be used by the following web browsers:
59
59
- Microsoft Edge (latest version)
@@ -79,5 +79,5 @@ Custom Vision doesn't replicate data outside of the specified region, except for
79
79
80
80
## Next steps
81
81
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.
83
83
* Or, complete an [SDK quickstart](quickstarts/image-classification.md) to implement the basic scenarios with code.
0 commit comments