Skip to content

Commit 51cb8a7

Browse files
authored
Merge pull request #172461 from PatrickFarley/face-updates
[cog svcs] detect 03 landmarks update
2 parents 96a5ece + c6610e3 commit 51cb8a7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

articles/cognitive-services/Face/ReleaseNotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ 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+
## July 2021
22+
23+
### New HeadPose and Landmarks improvements for Detection_03
24+
25+
* The Detection_03 model has been updated to support facial landmarks.
26+
* The landmarks feature in Detection_03 is much more precise, especially in the eyeball landmarks which are crucial for gaze tracking.
27+
28+
2129
## April 2021
2230

2331
### PersonDirectory data structure

articles/cognitive-services/Face/concepts/face-detection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Face landmarks are a set of easy-to-find points on a face, such as the pupils or
3131

3232
The coordinates of the points are returned in units of pixels.
3333

34+
The Detection_03 model currently has the most accurate landmark detection. The eye and pupil landmarks it returns are precise enough to enable gaze tracking of the face.
35+
3436
## Attributes
3537

3638
Attributes are a set of features that can optionally be detected by the [Face - Detect](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236) API. The following attributes can be detected:

0 commit comments

Comments
 (0)