Join Adam Geitgey for an in-depth discussion in this video Representing a face as a set of measurements, part of Deep Learning: Face Recognition.
- [Voiceover] So far, our face recognition pipeline…can find faces in an image, extract them,…identify face landmarks, and then align the faces.…Now we're ready to dive into the most important step…in our face recognition pipeline:…telling faces apart from each other.…Here on the left, we have a face we want to identify…which we'll call the unknown face.…We also have a set of faces we already know…called the known faces.…We want to figure out which known face…is the best match for our unknown face.…The simplest approach would be to compare the unknown face…with each of our known face images.…
Whichever image has the most pixels in common…must be the best match.…However, this simplistic approach has two big problems.…First, if we have lots of known faces…directly comparing every pair of images would be too slow.…Second, just comparing the images themselves…isn't really the same as comparing the structure…of each person's face.…As a human, you can tell two people apart…even if they look very similar…because you recognize differences…
Author
Released
9/21/2018- Detecting faces in images
- Analyzing a histogram of oriented gradients (HOG)
- Identifying faces in images
- Locating facial features in images
- Coding for face detection
- Finding lookalikes using face detection
- Generating face encoding automatically
Skill Level Intermediate
Duration
Views
Related Courses
-
Machine Learning and AI Foundations: Recommendations
with Adam Geitgey58m 7s Intermediate -
Deep Learning: Image Recognition
with Adam Geitgey1h 41m Intermediate
-
Introduction
-
Exercise files43s
-
1. Setting Up Your Development Environment
-
Getting set up on macOS5m 26s
-
Getting set up on Windows4m 34s
-
-
2. An Overview of Face Recognition
-
Tools for face recognition1m 27s
-
3. Face Detection
-
What is face detection?3m 9s
-
Coding face detection5m 2s
-
-
4. Facial Feature Detection
-
5. Face Encodings
-
Coding a face encoder3m 22s
-
6. Facial Recognition
-
7. Fun Uses of Face Recognition
-
Conclusion
-
Next steps29s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Representing a face as a set of measurements