Skip to content

Commit fd25bdf

Browse files
committed
add bg removal deprecation notice
1 parent d93d91c commit fd25bdf

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

articles/ai-services/computer-vision/concept-background-removal.md

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

1515
# Background removal (version 4.0 preview)
1616

17+
[!INCLUDE [segmentation-deprecation](includes/segmentation-deprecation.md)]
18+
1719
The Background removal operation can divide images into multiple segments or regions to help the user identify different objects or parts of the image. Background removal creates an alpha matte that separates the foreground object from the background in an image. This service is currently in preview, and the API may change in the future.
1820

1921

articles/ai-services/computer-vision/how-to/background-removal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.date: 01/19/2024
1313

1414
# Remove the background in images
1515

16+
[!INCLUDE [segmentation-deprecation](../includes/segmentation-deprecation.md)]
17+
1618
This article demonstrates how to call the Image Analysis 4.0 API to segment an image (separate the foreground from background). It also shows you how to parse the returned information.
1719

1820
> [!IMPORTANT]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Background removal deprecation notice
3+
titleSuffix: Azure AI services
4+
#services: cognitive-services
5+
author: PatrickFarley
6+
manager: nitinme
7+
ms.service: azure-ai-vision
8+
ms.topic: include
9+
ms.date: 09/10/2024
10+
ms.author: pafarley
11+
---
12+
13+
> [!IMPORTANT]
14+
> This feature is now deprecated. On January 10, 2025, the Azure AI Vision background removal API will be retired: after this date, API calls to this service will fail.
15+
>
16+
> To maintain a smooth operation of your models, install the open-source [Florence 2 model](https://huggingface.co/microsoft/Florence-2-large) and use its Region to segmentation feature, which allows for a similar background removal operation.

articles/ai-services/computer-vision/overview-image-analysis.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ These APIs are only available in certain geographic regions. See [Region availab
8484

8585
## Background removal (v4.0 preview only)
8686

87+
[!INCLUDE [segmentation-deprecation](includes/segmentation-deprecation.md)]
88+
8789
Image Analysis 4.0 (preview) offers the ability to remove the background of an image. This feature can either output an image of the detected foreground object with a transparent background, or a grayscale alpha matte image showing the opacity of the detected foreground object.
8890

8991
[Background removal](./concept-background-removal.md)

0 commit comments

Comments
 (0)