Skip to content

Commit dedb46a

Browse files
committed
Feedback from PR reviewer
1 parent 91eb8c9 commit dedb46a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/ai-services/computer-vision/concept-object-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Try out the capabilities of object detection quickly and easily in your browser
2727

2828
The following JSON response shows what the Analyze Image API returns when it detects objects in the example image.
2929

30-
:::image type="content" source="images/windows-kitchen.jpg" alt-text="Image showing a woman using a Microsoft Surface device in a kitchen.":::
30+
:::image type="content" source="images/windows-kitchen.jpg" alt-text="Photograph showing a woman using a Microsoft Surface device in a kitchen.":::
3131

3232
```json
3333
{

articles/ai-services/computer-vision/how-to/call-read-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: pafarley
1616

1717
This guide shows you how to call the v3.2 GA Read API to extract text from images. You'll learn the different ways you can configure the behavior of this API to meet your needs.
1818

19-
This following steps assume that you've already created a [Computer Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision) and obtained a key and endpoint URL. If you haven't, see the [quickstart](../quickstarts-sdk/client-library.md) to get started.
19+
The following steps assume that you've already created a [Computer Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision) and obtained a key and endpoint URL. If you haven't, see the [quickstart](../quickstarts-sdk/client-library.md) to get started.
2020

2121
[!INCLUDE [read-editions](../includes/read-editions.md)]
2222

articles/ai-services/computer-vision/how-to/model-customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This guide shows you how to create and train a custom image classification model
3131
* A set of images with which to train your classification model. You can use the set of [sample images on GitHub](https://github.com/Azure-Samples/cognitive-services-sample-data-files/tree/master/CustomVision/ImageClassification/Images). Or, you can use your own images. You only need about 3-5 images per class.
3232

3333
> [!NOTE]
34-
> We don't recommend you use custom models for business critical environments due to potential high latency. When customers train custom models in Vision Studio, those custom models belong to the Vision resource that they were trained under and the customer is able to make calls to those models using the **Analyze Image** API. When they make these calls, the custom model is loaded in memory and the prediction infrastructure is initialized. While this happens, customers might experience longer than expected latency to receive prediction results.
34+
> We don't recommend you use custom models for business critical environments due to potential high latency. When customers train custom models in Vision Studio, those custom models belong to the Vision resource that they were trained under and the customer is able to make calls to those models using the *Analyze Image* API. When they make these calls, the custom model is loaded in memory and the prediction infrastructure is initialized. While this happens, customers might experience longer than expected latency to receive prediction results.
3535
3636
<!--
3737
#### [Python](#tab/python)
@@ -274,7 +274,7 @@ You need a COCO file to convey the labeling information. An easy way to generate
274274

275275
In the dataset details page, select **Add a new Data Labeling project**. Name it and select **Create a new workspace**. That opens a new Azure portal tab where you can create the Azure Machine Learning project.
276276

277-
:::image type="content" source="../media/customization/dataset-details.png" alt-text="Screenshot of Create Azure ML Data Labeling project.":::
277+
:::image type="content" source="../media/customization/dataset-details.png" alt-text="Screenshot of Create Azure Machine Learning Data Labeling project.":::
278278

279279
Once the Azure Machine Learning project is created, return to the Vision Studio tab and select it under **Workspace**. The Azure Machine Learning portal will then open in a new browser tab.
280280

@@ -323,7 +323,7 @@ It might take some time for the training to complete. Image Analysis 4.0 models
323323

324324
## Evaluate the trained model
325325

326-
After training has completed, you can view the model's performance evaluation. The following metrics are used:
326+
After training is complete, you can view the model's performance evaluation. The following metrics are used:
327327

328328
- Image classification: Average Precision, Accuracy Top 1, Accuracy Top 5
329329
- Object detection: Mean Average Precision @ 30, Mean Average Precision @ 50, Mean Average Precision @ 75

0 commit comments

Comments
 (0)