Skip to content

Commit 22f83ef

Browse files
committed
remove first-person pronouns
1 parent b438b86 commit 22f83ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/Custom-Vision-Service/suggested-tags.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: pafarley
1717

1818
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.
1919

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.
2121

2222
## When to use suggested tags
2323

@@ -27,7 +27,7 @@ Keep the following limitations in mind:
2727
* You can only use suggested tags on images that are untagged; you can't get suggestions for additional tags on an already-tagged image.
2828

2929
> [!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.
3131
3232
## Suggested tags workflow
3333

@@ -41,7 +41,7 @@ The following steps show you how to use the suggested tags feature:
4141
1. When training is complete, navigate to the **Untagged** view and select the **Get suggested tags** button on the left pane.
4242
> [!div class="mx-imgBorder"]
4343
> ![The suggested tags button is shown under the untagged images tab.](./media/suggested-tags/suggested-tags-button.png)
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.
4545
1. Confirm the suggested tags, fixing any that aren't correct.
4646
> [!TIP]
4747
> 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:
5252
You can also use suggested tags in individual image mode by selecting an image from the gallery.
5353

5454
![Suggested tags are displayed in individual image mode for IC.](./media/suggested-tags/ic-individual-image-mode.png)
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.
5656
> [!div class="mx-imgBorder"]
5757
> ![Suggested tags are displayed in batch mode for OD with filters.](./media/suggested-tags/od-batch-mode.png)
5858

0 commit comments

Comments
 (0)