-
Book Overview & Buying
-
Table Of Contents
Computer Vision: Face Recognition Quick Starter in Python
By :
Computer Vision: Face Recognition Quick Starter in Python
By:
Overview of this book
This course will help you delve into face recognition using Python without having to deal with all the complexities and mathematics associated with the deep learning process.
You will start with an introduction to face detection and face recognition technology. After this, you’ll get the system ready by installing the Anaconda package and other dependencies and libraries. You’ll then write Python code to detect faces from a given image and extract the faces as separate images. Next, you’ll focus on face detection by streaming a real-time video from the webcam.
Customize the face detection program to blur the detected faces dynamically from the webcam video stream. You’ll also learn facial expression recognition and age and gender prediction using a pre-trained deep learning model.
Later, you’ll progress to writing Python code for face recognition, which will help identify the faces that are already detected. Then you’ll explore the concept of face distance and tweak the face landmark points used for face detection.
By the end of this course, you’ll be well-versed with face recognition and detection and be able to apply your skills in the real world.
All the codes and supporting files for this course will be available at https://github.com/PacktPublishing/Computer-Vision-Face-Recognition-Quick-Starter-in-Python
Table of Contents (26 chapters)
Environment Setup: Using Anaconda Package
Python Basics
Setting Up Environment - Additional Dependencies (with DLib Fixes)
Introduction to Face Detectors
Face Detection Implementation
Optional: cv2.imshow() Not Responding Issue Fix
Real-Time Face Detection from Webcam
Video Face Detection
Real-Time Face Detection - Face Blurring
Real-Time Facial Expression Detection - Installing Libraries
Real-Time Facial Expression Detection - Implementation
Video Facial Expression Detection
Image Facial Expression Detection
Real-Time Age and Gender Detection Introduction
Real-Time Age and Gender Detection Implementation
Image Age and Gender Detection Implementation
Introduction to Face Recognition
Face Recognition Implementation
Real-Time Face Recognition
Video Face Recognition
Face Distance
Face Landmarks Visualization
Multi Face Landmarks
Face Makeup Using Face Landmarks
Real-Time Face Makeup