Skip to content

Commit b4709e4

Browse files
author
Sherry Yang
committed
Update missing images.
1 parent 2f1d166 commit b4709e4

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

learn-pr/wwl-data-ai/get-started-computer-vision-azure/includes/4-face-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ As a product within Azure AI Vision, **Azure AI Face** supports specific use cas
44

55
**Face detection** involves identifying regions of an image that contain a human face, typically by returning *bounding box* coordinates that form a rectangle around the face, like this:
66

7-
![An image with two faces highlighted in rectangles](../media/face-detection.png)
7+
![An image with two faces highlighted in rectangles](../media/face-detection-1.png)
88

99
With Face, facial features can be used to train machine learning models to return other information, such as facial features such as nose, eyes, eyebrows, lips, and others.
1010

11-
![facial landmarks image showing data around face characteristics](../media/landmarks-1.png)
11+
![facial landmarks image showing data around face characteristics](../media/landmarks-2.png)
1212

1313
## Facial recognition
1414

1515
A further application of facial analysis is to train a machine learning model to identify known individuals from their facial features. This is known as *facial recognition*, and uses multiple images of an individual to train the model. This trains the model so that it can detect those individuals in new images on which it wasn't trained.
1616

17-
![A person identified as "Wendell"](../media/facial-recognition.png)
17+
![A person identified as "Wendell"](../media/facial-recognition-1.png)
1818

1919
When used responsibly, facial recognition is an important and useful technology that can improve efficiency, security, and customer experiences.
2020

3.45 KB
Loading
212 KB
Loading
270 KB
Loading
65.1 KB
Loading

0 commit comments

Comments
 (0)