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/Custom-Vision-Service/suggested-tags.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Label images faster with suggested tags"
3
3
titleSuffix: Azure Cognitive Services
4
-
description: In this guide, you'll learn how to use suggested tags in order to label a large number of images more quickly when training Custom Vision models.
4
+
description: In this guide, you'll learn how to use suggested tags to label a large number of images more quickly when training Custom Vision models.
5
5
services: cognitive-services
6
6
author: PatrickFarley
7
7
manager: nitinme
@@ -17,11 +17,11 @@ ms.author: pafarley
17
17
18
18
In this guide, you'll learn how to use the suggested tags feature to label a large number of images more quickly when training Custom Vision models.
19
19
20
-
When you tag images for a Custom Vision model, we use latest trained iteration of the model from the same domain to predict the labels for untagged images. We show these predictions as suggested tags, based on the selected confidence threshold and prediction uncertainty. You can then either confirm or change the suggestions, speeding up the process of manually tagging images for training.
20
+
When you tag images for a Custom Vision model, we use the latest trained iteration of the model to predict the labels of untagged images. We show these predictions as suggested tags, based on the selected confidence threshold and prediction uncertainty. You can then either confirm or change the suggestions, speeding up the process of manually tagging images for training.
21
21
22
22
## When to use suggested tags
23
23
24
-
*You should only request suggested tags for images whose content has already been trained once. Do not get suggestions for a new tag that you are just beginning to train.
24
+
*Only request suggested tags for images whose content has already been trained once. Don't get suggestions for a new tag that you're just beginning to train.
25
25
* You can only use suggested tags on images that are untagged; you can't get suggestions for additional tags on an already-tagged image.
26
26
27
27
> [!IMPORTANT]
@@ -35,22 +35,22 @@ The following steps show you how to use the suggested tags feature.
35
35
1. Label part of your data set, choosing an equal number of images for each tag.
36
36
> [!TIP]
37
37
> Make sure you use all of the tags for which you want suggestions.
38
-
1.Initiate the training process.
38
+
1.Start the training process.
39
39
1. When training is complete, navigate to the **Untagged** view and select the **Get suggested tags** button on the left pane.
40
40
<!--  -->
41
-
1. Select the set of images for which you want suggestions. We suggest that you get initial tag suggestions for only a portion of the untagged images. Tag suggestions will become more accurate as you iterate through this process.
42
-
1. Confirm the suggested tags, fixing any that aren't accurate.
41
+
1. Select the set of images for which you want suggestions. We suggest that you get initial tag suggestions for only a portion of the untagged images. You'll get better tag suggestions as you iterate through this process.
42
+
1. Confirm the suggested tags, fixing any that aren't correct.
43
43
> [!TIP]
44
44
> Images with suggested tags are sorted by their prediction uncertainty (lower values indicate higher confidence). You can change the order of sorting using the **Sort by uncertainty** option. If you set the order to **high to low**, you can correct the high-uncertainty predictions first and then quickly confirm the low-uncertainty ones.
45
-
* In image classification projects, you have the option to select and confirm tags in batches. Filter by a given suggested tag, deselect images that are tagged incorrectly, and then confirm the rest in a batch.
45
+
* In image classification projects, you can select and confirm tags in batches. Filter by a given suggested tag, deselect images that are tagged incorrectly, and then confirm the rest in a batch.
46
46
<!--  -->
47
47
You can also use suggested tags in individual image mode by selecting an image from the gallery.
48
48
<!--  -->
49
-
* In object detection projects, we do not support batch confirmations, but you can still filter and sort by suggested tags for a more organized labeling experience. Thumbnails of your untagged images will show an overlay of bounding boxes indicating the locations of suggested tags. If you don't select a suggested tag filter, all of your untagged images will appear without overlaying bounding boxes.
49
+
* In object detection projects, we don't support batch confirmations, but you can still filter and sort by suggested tags for a more organized labeling experience. Thumbnails of your untagged images will show an overlay of bounding boxes indicating the locations of suggested tags. If you don't select a suggested tag filter, all of your untagged images will appear without overlaying bounding boxes.
50
50
<!--  -->
51
51
To confirm object detection tags, you need to apply them on each individual image in the gallery.
52
52
<!--  -->
53
-
1.Initiate the training process again.
53
+
1.Start the training process again.
54
54
1. Repeat the preceding steps until you're satisfied with the suggestion quality.
0 commit comments