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/Computer-vision/concept-model-customization.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: pafarley
15
15
16
16
# Model customization (version 4.0 preview)
17
17
18
-
Model customization lets you train a specialized Image Analysis model for your own use case. Custom models can do either image classification (tags apply to the whole image) or object detection (tags apply to specific areas of the image). Once your custom model is created and trained, it belongs to your Computer Vision resource and you can call it using the [Analyze Image API](./how-to/call-analyze-image-40.md).
18
+
Model customization lets you train a specialized Image Analysis model for your own use case. Custom models can do either image classification (tags apply to the whole image) or object detection (tags apply to specific areas of the image). Once your custom model is created and trained, it belongs to your Computer Vision resource, and you can call it using the [Analyze Image API](./how-to/call-analyze-image-40.md).
19
19
20
20
> [!div class="nextstepaction"]
21
21
> [Vision Studio quickstart](./how-to/model-customization.md?tabs=studio)
@@ -77,8 +77,8 @@ The following table describes the limits on the scale of your custom model proje
| Max image width/height (Training) | 10,240 | 10,240 |
83
83
| Min image width/height (Prediction) | 50 | 50 |
84
84
| Available regions | West US 2, East US, West Europe | West US 2, East US, West Europe |
@@ -88,7 +88,7 @@ The following table describes the limits on the scale of your custom model proje
88
88
89
89
### Why is my COCO file import failing when importing from blob storage?
90
90
91
-
Currently, Microsoft is addressing an issue which causes COCO file import to fail with large datasets when initiated in Vision Studio. To train using a large dataset, it's recommended to use the REST API instead.
91
+
Currently, Microsoft is addressing an issue that causes COCO file import to fail with large datasets when initiated in Vision Studio. To train using a large dataset, it's recommended to use the REST API instead.
92
92
93
93
### Why does training take longer/shorter than my specified budget?
94
94
@@ -142,8 +142,8 @@ If your data labeling budget is constrained, our recommended workflow is to repe
142
142
-**Good enough** (performance is better than your expectation or performance close to your previous experiment with less data collected): Stop here and use this model.
143
143
-**Not good** (performance is still below your expectation or better than your previous experiment with less data collected at a reasonable margin):
144
144
- Collect more images for each class—a number that's easy for you to collect—and go back to Step 2.
145
-
- If you notice the performance is not improving any more after a few iterations it could be because:
146
-
- this problem is not well defined or is too hard. Reach out to us for case-by-case analysis.
145
+
- If you notice the performance is not improving any more after a few iterations, it could be because:
146
+
- this problem isn't well defined or is too hard. Reach out to us for case-by-case analysis.
147
147
- the training data might be of low quality: check if there are wrong annotations or very low-pixel images.
148
148
149
149
@@ -172,7 +172,7 @@ Below are the possible reasons:
172
172
173
173
### What is the expected latency for predictions with custom models?
174
174
175
-
We do not 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 Computer 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. Microsoft is working on making latency improvements in the near future.
175
+
We do not 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 Computer 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. Microsoft is working on making latency improvements in the near future.
0 commit comments