Skip to content

Commit da312f9

Browse files
authored
Merge pull request #190221 from PatrickFarley/face-updates
[cog svcs] add quality filter mention
2 parents 6c34dc4 + a337e2f commit da312f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/cognitive-services/Face/ReleaseNotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ ms.custom: contperf-fy21q3, contperf-fy22q1
1818

1919
The Azure Face service is updated on an ongoing basis. Use this article to stay up to date with new features, enhancements, fixes, and documentation updates.
2020

21+
## February 2022
22+
23+
### New Quality Attribute in Detection_01 and Detection_03
24+
* To help system builders and their customers capture high quality images which are necessary for high quality outputs from Face API, we’re introducing a new quality attribute **QualityForRecognition** to help decide whether an image is of sufficient quality to attempt face recognition. The value is an informal rating of low, medium, or high. The new attribute is only available when using any combinations of detection models `detection_01` or `detection_03`, and recognition models `recognition_03` or `recognition_04`. Only "high" quality images are recommended for person enrollment and quality above "medium" is recommended for identification scenarios. To learn more about the new quality attribute, see [Face detection and attributes](concepts/face-detection.md) and see how to use it with [QuickStart](https://docs.microsoft.com/azure/cognitive-services/face/quickstarts/client-libraries?tabs=visual-studio&pivots=programming-language-csharp).
25+
26+
2127
## July 2021
2228

2329
### New HeadPose and Landmarks improvements for Detection_03

0 commit comments

Comments
 (0)