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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ 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 a Custom Vision model.
19
19
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 the images for training.
20
+
When you tag images for a Custom Vision model, the service uses the latest trained iteration of the model to predict the labels of untagged images. It then shows 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 the images for training.
21
21
22
22
## When to use suggested tags
23
23
@@ -27,7 +27,7 @@ Keep the following limitations in mind:
27
27
* You can only use suggested tags on images that are untagged; you can't get suggestions for additional tags on an already-tagged image.
28
28
29
29
> [!IMPORTANT]
30
-
> The suggested tags feature uses the same [pricing model](https://azure.microsoft.com/pricing/details/cognitive-services/custom-vision-service/) as regular predictions. The first time you trigger suggested tags for a set of images, you'll be charged the same as for prediction calls. After that, we store the results for the selected images in our database for 30 days, and you can access them anytime for free within that period. After 30 days, you'll be charged if you request their suggested tags again.
30
+
> The suggested tags feature uses the same [pricing model](https://azure.microsoft.com/pricing/details/cognitive-services/custom-vision-service/) as regular predictions. The first time you trigger suggested tags for a set of images, you'll be charged the same as for prediction calls. After that, the service stores the results for the selected images in a database for 30 days, and you can access them anytime for free within that period. After 30 days, you'll be charged if you request their suggested tags again.
31
31
32
32
## Suggested tags workflow
33
33
@@ -41,7 +41,7 @@ The following steps show you how to use the suggested tags feature:
41
41
1. When training is complete, navigate to the **Untagged** view and select the **Get suggested tags** button on the left pane.
42
42
> [!div class="mx-imgBorder"]
43
43
> 
44
-
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.
44
+
1. Select the set of images for which you want suggestions. You should only get initial tag suggestions for a portion of the untagged images. You'll get better tag suggestions as you iterate through this process.
45
45
1. Confirm the suggested tags, fixing any that aren't correct.
46
46
> [!TIP]
47
47
> Images with suggested tags are sorted by their prediction uncertainty (lower values indicate higher confidence). You can change the sorting order with 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.
@@ -52,7 +52,7 @@ The following steps show you how to use the suggested tags feature:
52
52
You can also use suggested tags in individual image mode by selecting an image from the gallery.
53
53
54
54

55
-
* 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.
55
+
* In object detection projects, batch confirmations aren't supported, 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.
56
56
> [!div class="mx-imgBorder"]
57
57
> 
0 commit comments