Skip to content

Commit a80a62a

Browse files
authored
Merge pull request #395 from MicrosoftDocs/main
Sync main to release-llama-winter-2024
2 parents 8f35563 + 9e9cd99 commit a80a62a

File tree

555 files changed

+8171
-5088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

555 files changed

+8171
-5088
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@
315315
"redirect_url": "/azure/ai-services/computer-vision/sdk/install-sdk",
316316
"redirect_document_id": true
317317
},
318+
{
319+
"source_path_from_root": "/articles/ai-services/computer-vision/how-to/migrate-from-custom-vision.md",
320+
"redirect_url": "/azure/ai-services/computer-vision/how-to/model-customization",
321+
"redirect_document_id": false
322+
},
318323
{
319324
"source_path_from_root": "/articles/ai-services/document-intelligence/concept-document-intelligence-studio.md",
320325
"redirect_url": "/azure/ai-services/document-intelligence/studio-overview",
@@ -395,6 +400,11 @@
395400
"redirect_url": "/azure/ai-services/speech-service/quickstarts/setup-platform",
396401
"redirect_document_id": false
397402
},
403+
{
404+
"source_path_from_root": "/articles/ai-services/speech-service/devices-sdk-release-notes.md",
405+
"redirect_url": "/azure/ai-services/speech-service/release-notes",
406+
"redirect_document_id": false
407+
},
398408
{
399409
"source_path_from_root": "/articles/ai-services/anomaly-detector/how-to/postman.md",
400410
"redirect_url": "/azure/ai-services/anomaly-detector/overview",

articles/ai-services/computer-vision/concept-model-customization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: pafarley
1414

1515
# Model customization (version 4.0 preview)
1616

17+
[!INCLUDE [model-customization-deprecation](includes/model-customization-deprecation.md)]
18+
1719
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 Vision resource, and you can call it using the [Analyze Image API](./how-to/call-analyze-image-40.md).
1820

1921
Implement model customization quickly and easily by following a quickstart:

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Try out the capabilities of object detection quickly and easily in your browser
2323
> [!div class="nextstepaction"]
2424
> [Try Vision Studio](https://portal.vision.cognitive.azure.com/)
2525
26-
> [!TIP]
27-
> You can use the Object detection feature through the [Azure OpenAI](/azure/ai-services/openai/overview) service. The **GPT-4 Turbo with Vision** model lets you chat with an AI assistant that can analyze the images you share, and the Vision Enhancement option uses Image Analysis to provide the AI assistance with more details (readable text and object locations) about the image. For more information, see the [GPT-4 Turbo with Vision quickstart](/azure/ai-services/openai/gpt-v-quickstart).
2826

2927
## Object detection example
3028

articles/ai-services/computer-vision/concept-ocr.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ OCR is a machine-learning-based technique for extracting text from in-the-wild a
2323

2424
The new Azure AI Vision Image Analysis 4.0 REST API offers the ability to extract printed or handwritten text from images in a unified performance-enhanced synchronous API that makes it easy to get all image insights including OCR results in a single API operation. The Read OCR engine is built on top of multiple deep learning models supported by universal script-based models for [global language support](./language-support.md).
2525

26-
> [!TIP]
27-
> You can also use the OCR feature in conjunction with the [Azure OpenAI](/azure/ai-services/openai/overview) service. The **GPT-4 Turbo with Vision** model lets you chat with an AI assistant that can analyze the images you share, and the Vision Enhancement option uses Image Analysis to give the AI assistant more details (readable text and object locations) about the image. For more information, see the [GPT-4 Turbo with Vision quickstart](/azure/ai-services/openai/gpt-v-quickstart).
2826

2927
## Text extraction example
3028

articles/ai-services/computer-vision/concept-shelf-analysis.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: build-2023, build-2023-dataai
1515

1616
# Product Recognition (version 4.0 preview)
1717

18+
[!INCLUDE [model-customization-deprecation](includes/model-customization-deprecation.md)]
19+
1820
The Product Recognition APIs let you analyze photos of shelves in a retail store. You can detect the presence of products and get their bounding box coordinates. Use it in combination with model customization to train a model to identify your specific products. You can also compare Product Recognition results to your store's planogram document.
1921

2022
Try out the capabilities of Product Recognition quickly and easily in your browser using Vision Studio.

articles/ai-services/computer-vision/how-to/coco-verification.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.author: pafarley
1616

1717
<!-- nbstart https://raw.githubusercontent.com/Azure-Samples/cognitive-service-vision-model-customization-python-samples/main/docs/check_coco_annotation.ipynb -->
1818

19+
[!INCLUDE [model-customization-deprecation](../includes/model-customization-deprecation.md)]
20+
1921
> [!TIP]
2022
> This article is based on the Jupyter notebook _check_coco_annotation.ipynb_. **[Open in GitHub](https://github.com/Azure-Samples/cognitive-service-vision-model-customization-python-samples/blob/main/docs/check_coco_annotation.ipynb)**.
2123

articles/ai-services/computer-vision/how-to/migrate-from-custom-vision.md

Lines changed: 0 additions & 330 deletions
This file was deleted.

0 commit comments

Comments
 (0)