Skip to content

Commit ef0828d

Browse files
Merge pull request #265050 from PatrickFarley/comvis-updates
Comvis updates
2 parents 5583b8c + d9bddab commit ef0828d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ms.author: pafarley
1919

2020
[!INCLUDE [Gate notice](./includes/identity-gate-notice.md)]
2121

22+
> [!IMPORTANT]
23+
> Face attributes are predicted through the use of statistical algorithms. They might not always be accurate. Use caution when you make decisions based on attribute data. Please refrain from using these attributes for anti-spoofing. Instead, we recommend using Face Liveness detection. For more information, please refer to [Tutorial: Detect liveness in faces](/azure/ai-services/computer-vision/tutorials/liveness).
24+
2225
This article explains the concepts of face detection and face attribute data. Face detection is the process of locating human faces in an image and optionally returning different kinds of face-related data.
2326

2427
You use the [Face - Detect](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236) API to detect faces in an image. To get started using the REST API or a client SDK, follow a [quickstart](./quickstarts-sdk/identity-client-library.md). Or, for a more in-depth guide, see [Call the detect API](./how-to/identity-detect-faces.md).
@@ -67,9 +70,6 @@ Attributes are a set of features that can optionally be detected by the [Face -
6770
>[!NOTE]
6871
> The availability of each attribute depends on the detection model specified. QualityForRecognition attribute also depends on the recognition model, as it is currently only available when using a combination of detection model detection_01 or detection_03, and recognition model recognition_03 or recognition_04.
6972
70-
> [!IMPORTANT]
71-
> Face attributes are predicted through the use of statistical algorithms. They might not always be accurate. Use caution when you make decisions based on attribute data.
72-
7373
## Input data
7474

7575
Use the following tips to make sure that your input images give the most accurate detection results:

articles/ai-services/computer-vision/how-to/use-headpose.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ ms.custom:
2020

2121
In this guide, you'll see how you can use the HeadPose attribute of a detected face to enable some key scenarios.
2222

23+
> [!IMPORTANT]
24+
> Face attributes are predicted through the use of statistical algorithms. They might not always be accurate. Use caution when you make decisions based on attribute data. Please refrain from using these attributes for anti-spoofing. Instead, we recommend using Face Liveness detection. For more information, please refer to [Tutorial: Detect liveness in faces](/azure/ai-services/computer-vision/tutorials/liveness).
25+
2326
## Rotate the face rectangle
2427

2528
The face rectangle, returned with every detected face, marks the location and size of the face in the image. By default, the rectangle is always aligned with the image (its sides are vertical and horizontal); this can be inefficient for framing angled faces. In situations where you want to programmatically crop faces in an image, it's better to be able to rotate the rectangle to crop.

0 commit comments

Comments
 (0)