Skip to content

Commit 023b044

Browse files
author
Sherry Yang
committed
Update for freshness.
1 parent 7773469 commit 023b044

18 files changed

+365
-365
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.detect-analyze-faces.introduction
3-
title: Introduction
4-
metadata:
5-
title: Introduction
6-
description: "Introduction"
7-
ms.date: 09/13/2024
8-
author: wwlpublish
9-
ms.author: sheryang
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 2
14-
content: |
15-
[!include[](includes/1-introduction.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.detect-analyze-faces.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: "Introduction"
7+
ms.date: 04/25/2025
8+
author: wwlpublish
9+
ms.author: sheryang
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 2
14+
content: |
15+
[!include[](includes/1-introduction.md)]
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.detect-analyze-faces.understand-face-analysis
3-
title: Understand facial analysis
4-
metadata:
5-
title: Understand facial analysis
6-
description: "Understand facial analysis"
7-
ms.date: 09/13/2024
8-
author: wwlpublish
9-
ms.author: sheryang
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 2
14-
content: |
15-
[!include[](includes/2-what-is-face-analysis.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.detect-analyze-faces.understand-face-analysis
3+
title: Understand facial analysis
4+
metadata:
5+
title: Understand facial analysis
6+
description: "Understand facial analysis"
7+
ms.date: 04/25/2025
8+
author: wwlpublish
9+
ms.author: sheryang
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 2
14+
content: |
15+
[!include[](includes/2-what-is-face-analysis.md)]
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.detect-analyze-faces.get-started
3-
title: Get started with facial analysis on Azure
4-
metadata:
5-
title: Get started with facial analysis on Azure
6-
description: "Get started with facial analysis on Azure"
7-
ms.date: 09/13/2024
8-
author: wwlpublish
9-
ms.author: sheryang
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 4
14-
content: |
15-
[!include[](includes/3-face-analysis-azure.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.detect-analyze-faces.get-started
3+
title: Get started with facial analysis on Azure
4+
metadata:
5+
title: Get started with facial analysis on Azure
6+
description: "Get started with facial analysis on Azure"
7+
ms.date: 04/25/2025
8+
author: wwlpublish
9+
ms.author: sheryang
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 4
14+
content: |
15+
[!include[](includes/3-face-analysis-azure.md)]
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.detect-analyze-faces.exercise
3-
title: Exercise - Detect faces in Vision Studio
4-
metadata:
5-
title: Exercise - Detect faces in Vision Studio
6-
description: "Exercise - Detect faces in Vision Studio"
7-
ms.date: 09/13/2024
8-
author: wwlpublish
9-
ms.author: sheryang
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 15
14-
content: |
15-
[!include[](includes/4-exercise.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.detect-analyze-faces.exercise
3+
title: Exercise - Detect faces in Vision Studio
4+
metadata:
5+
title: Exercise - Detect faces in Vision Studio
6+
description: "Exercise - Detect faces in Vision Studio"
7+
ms.date: 04/25/2025
8+
author: wwlpublish
9+
ms.author: sheryang
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 15
14+
content: |
15+
[!include[](includes/4-exercise.md)]
Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.detect-analyze-faces.knowledge-check
3-
title: Module assessment
4-
metadata:
5-
title: Module assessment
6-
description: "Knowledge check"
7-
ms.date: 09/13/2024
8-
author: wwlpublish
9-
ms.author: sheryang
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 3
14-
quiz:
15-
title: ""
16-
questions:
17-
- content: "How does the Face service indicate the location of faces in images?"
18-
choices:
19-
- content: "A pair of coordinates for each face, indicating the center of the face"
20-
isCorrect: false
21-
explanation: "Incorrect: The locations of detected faces are indicated by coordinates for a rectangular bounding box"
22-
- content: "Two pairs of coordinates for each face, indicating the location of the eyes"
23-
isCorrect: false
24-
explanation: "Incorrect: The locations of detected faces are indicated by coordinates for a rectangular bounding box"
25-
- content: "A set of coordinates for each face, defining a rectangular bounding box around the face"
26-
isCorrect: true
27-
explanation: "Correct: The locations of detected faces are indicated by coordinates for a rectangular bounding box"
28-
- content: "What is one aspect that might impair facial detection?"
29-
choices:
30-
- content: "Glasses"
31-
isCorrect: false
32-
explanation: "Incorrect: That attribute isn't listed as an impairment to detection."
33-
- content: "Extreme angles"
34-
isCorrect: true
35-
explanation: "Correct: Best results are obtained when the faces are full-frontal or as near as possible to full-frontal"
36-
- content: "Fast shutter speed"
37-
isCorrect: false
38-
explanation: "Incorrect: Shutter speed applies to video more than images however, faster shutter speeds tend to create a sharper image, which is beneficial to facial detection"
39-
- content: "What two actions are required to try out the capabilities of the Face service?"
40-
choices:
41-
- content: "Create an Azure AI Search resource, and open Vision Studio"
42-
isCorrect: false
43-
explanation: "Incorrect: Azure AI Search doesn't have face detection capabilities."
44-
- content: "Create a Face resource, and open Vision Studio"
45-
isCorrect: true
46-
explanation: "Correct: The Face resource has face detections capabilities, and can be used in Vision Studio to understand its capabilities."
47-
- content: "Create a Face resource, and open Azure AI Studio"
48-
isCorrect: false
49-
explanation: "Incorrect: Azure AI Studio doesn't include face detection capabilities."
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.detect-analyze-faces.knowledge-check
3+
title: Module assessment
4+
metadata:
5+
title: Module assessment
6+
description: "Knowledge check"
7+
ms.date: 04/25/2025
8+
author: wwlpublish
9+
ms.author: sheryang
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 3
14+
quiz:
15+
title: ""
16+
questions:
17+
- content: "How does the Face service indicate the location of faces in images?"
18+
choices:
19+
- content: "A pair of coordinates for each face, indicating the center of the face"
20+
isCorrect: false
21+
explanation: "Incorrect: The locations of detected faces are indicated by coordinates for a rectangular bounding box"
22+
- content: "Two pairs of coordinates for each face, indicating the location of the eyes"
23+
isCorrect: false
24+
explanation: "Incorrect: The locations of detected faces are indicated by coordinates for a rectangular bounding box"
25+
- content: "A set of coordinates for each face, defining a rectangular bounding box around the face"
26+
isCorrect: true
27+
explanation: "Correct: The locations of detected faces are indicated by coordinates for a rectangular bounding box"
28+
- content: "What is one aspect that might impair facial detection?"
29+
choices:
30+
- content: "Glasses"
31+
isCorrect: false
32+
explanation: "Incorrect: That attribute isn't listed as an impairment to detection."
33+
- content: "Extreme angles"
34+
isCorrect: true
35+
explanation: "Correct: Best results are obtained when the faces are full-frontal or as near as possible to full-frontal"
36+
- content: "Fast shutter speed"
37+
isCorrect: false
38+
explanation: "Incorrect: Shutter speed applies to video more than images however, faster shutter speeds tend to create a sharper image, which is beneficial to facial detection"
39+
- content: "What two actions are required to try out the capabilities of the Face service?"
40+
choices:
41+
- content: "Create an Azure AI Search resource, and open Vision Studio"
42+
isCorrect: false
43+
explanation: "Incorrect: Azure AI Search doesn't have face detection capabilities."
44+
- content: "Create a Face resource, and open Vision Studio"
45+
isCorrect: true
46+
explanation: "Correct: The Face resource has face detections capabilities, and can be used in Vision Studio to understand its capabilities."
47+
- content: "Create a Face resource, and open Azure AI Studio"
48+
isCorrect: false
49+
explanation: "Incorrect: Azure AI Studio doesn't include face detection capabilities."
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.detect-analyze-faces.summary
3-
title: Summary
4-
metadata:
5-
title: Summary
6-
description: "Summary"
7-
ms.date: 09/13/2024
8-
author: wwlpublish
9-
ms.author: sheryang
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 1
14-
content: |
15-
[!include[](includes/6-summary.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.detect-analyze-faces.summary
3+
title: Summary
4+
metadata:
5+
title: Summary
6+
description: "Summary"
7+
ms.date: 04/25/2025
8+
author: wwlpublish
9+
ms.author: sheryang
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 1
14+
content: |
15+
[!include[](includes/6-summary.md)]

learn-pr/wwl-data-ai/detect-analyze-faces/includes/3-face-analysis-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Microsoft Azure provides multiple Azure AI services that you can use to detect a
44
- **Azure AI Video Indexer**, which you can use to detect and identify faces in a video.
55
- **Azure AI Face**, which offers pre-built algorithms that can detect, recognize, and analyze faces.
66

7-
Of these, Face offers the widest range of facial analysis capabilities.
7+
Of these, Face offers the widest range of facial analysis capabilities. You can test out face detection the Face in [Azure AI Foundry](https://ai.azure.com?auzre-portal=true), a unified platform for enterprise AI operations, model builders, and application development.
88

99
## Azure AI Face service
1010

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
### YamlMime:Module
2-
uid: learn.wwl.detect-analyze-faces
3-
metadata:
4-
title: Fundamentals of Facial Recognition
5-
description: "Understand how to use Azure AI Face to detect and analyze faces."
6-
ms.date: 09/13/2024
7-
author: wwlpublish
8-
ms.author: sheryang
9-
ms.topic: module
10-
ms.collection: wwl-ai-copilot
11-
ms.custom:
12-
- N/A
13-
ms.service: azure-ai-vision
14-
ms.subservice: azure-ai-face
15-
ai-usage: ai-assisted
16-
title: Fundamentals of Facial Recognition
17-
summary: Face detection and analysis are important capabilities for artificial intelligence (AI) solutions. Azure AI Face service makes it easy integrate these capabilities into your applications.
18-
abstract: Learn how to use Azure AI Face service to detect and analyze faces in images.
19-
prerequisites: Ability to navigate the Azure portal
20-
iconUrl: /learn/achievements/detect-analyze-faces.svg
21-
levels:
22-
- beginner
23-
roles:
24-
- ai-engineer
25-
- data-scientist
26-
- developer
27-
- solution-architect
28-
- student
29-
products:
30-
- ai-services
31-
subjects:
32-
- classification-analysis
33-
units:
34-
- learn.wwl.detect-analyze-faces.introduction
35-
- learn.wwl.detect-analyze-faces.understand-face-analysis
36-
- learn.wwl.detect-analyze-faces.get-started
37-
- learn.wwl.detect-analyze-faces.exercise
38-
- learn.wwl.detect-analyze-faces.knowledge-check
39-
- learn.wwl.detect-analyze-faces.summary
40-
badge:
41-
uid: learn.wwl.detect-analyze-faces.badge
1+
### YamlMime:Module
2+
uid: learn.wwl.detect-analyze-faces
3+
metadata:
4+
title: Fundamentals of Facial Recognition
5+
description: "Understand how to use Azure AI Face to detect and analyze faces."
6+
ms.date: 04/25/2025
7+
author: wwlpublish
8+
ms.author: sheryang
9+
ms.topic: module
10+
ms.collection: wwl-ai-copilot
11+
ms.custom:
12+
- N/A
13+
ms.service: azure-ai-vision
14+
ms.subservice: azure-ai-face
15+
ai-usage: ai-assisted
16+
title: Fundamentals of Facial Recognition
17+
summary: Face detection and analysis are important capabilities for artificial intelligence (AI) solutions. Azure AI Face service makes it easy integrate these capabilities into your applications.
18+
abstract: Learn how to use Azure AI Face service to detect and analyze faces in images.
19+
prerequisites: Ability to navigate the Azure portal
20+
iconUrl: /learn/achievements/detect-analyze-faces.svg
21+
levels:
22+
- beginner
23+
roles:
24+
- ai-engineer
25+
- data-scientist
26+
- developer
27+
- solution-architect
28+
- student
29+
products:
30+
- ai-services
31+
subjects:
32+
- classification-analysis
33+
units:
34+
- learn.wwl.detect-analyze-faces.introduction
35+
- learn.wwl.detect-analyze-faces.understand-face-analysis
36+
- learn.wwl.detect-analyze-faces.get-started
37+
- learn.wwl.detect-analyze-faces.exercise
38+
- learn.wwl.detect-analyze-faces.knowledge-check
39+
- learn.wwl.detect-analyze-faces.summary
40+
badge:
41+
uid: learn.wwl.detect-analyze-faces.badge
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.fundamentals-azure-ai-services.introduction
3-
title: Introduction
4-
metadata:
5-
title: Introduction
6-
description: "Introduction"
7-
ms.date: 10/03/2024
8-
author: wwlpublish
9-
ms.author: sheryang
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 2
14-
content: |
15-
[!include[](includes/1-introduction.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.fundamentals-azure-ai-services.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: "Introduction"
7+
ms.date: 04/25/2025
8+
author: wwlpublish
9+
ms.author: sheryang
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 2
14+
content: |
15+
[!include[](includes/1-introduction.md)]

0 commit comments

Comments
 (0)