Mô tả

Hi There!

welcome to my new course 'Face Recognition with Deep Learning using Python'. This is an updated course from my Computer Vision series which covers Python Deep Learning based Face Detection, Face Recognition, Emotion , Gender and Age Classification using all popular models including Haar Cascade, HOG, SSD, MMOD, MTCNN, EigenFace, FisherFace, VGGFace, FaceNet, OpenFace, DeepFace


Face Detection and Face Recognition is the most used applications of Computer Vision. Using these techniques, the computer will be able to extract one or more faces in an image or video and then compare it with the existing data to identify the people in that image.


Face Detection and Face Recognition is widely used by governments and organizations for surveillance and policing. We are also making use of it daily in many applications like face unlocking of cell phones etc.


This course will be a quick starter for people who wants to dive deep into face recognition using Python without having to deal with all the complexities and mathematics associated with typical Deep Learning process.


We will be using a python library called face-recognition which uses simple classes and methods to get the face recognition implemented with ease. We are also using OpenCV, Dlib and Pillow for python as supporting libraries.


Let's now see the list of interesting topics that are included in this course.


At first we will have an introductory theory session about Face Detection and Face Recognition technology.


After that, we are ready to proceed with preparing our computer for python coding by downloading and installing the anaconda package. Then we will install the rest of dependencies and libraries that we require including the dlib, face-recognition, opencv etc and will try a small program to see if everything is installed fine.


Most of you may not be coming from a python based programming background. The next few sessions and examples will help you get the basic python programming skill to proceed with the sessions included in this course. The topics include Python assignment, flow-control, functions and data structures.


Then we will have an introduction to the basics and working of face detectors which will detect human faces from a given media. We will try the python code to detect the faces from a given image and will extract the faces as separate images.


Then we will go ahead with face detection from a video. We will be streaming the real-time live video from the computer's webcam and will try to detect faces from it. We will draw rectangle around each face detected in the live video.


In the next session, we will customize the face detection program to blur the detected faces dynamically from the webcam video stream.


After that we will try facial expression recognition using pre-trained deep learning model and will identify the facial emotions from the real-time webcam video as well as static images


And then we will try Age and Gender Prediction using pre-trained deep learning model and will identify the  Age and Gender from the real-time webcam video as well as static images


After face detection, we will have an introduction to the basics and working of face recognition which will identify the faces already detected.


In the next session, We will try the python code to identify the names of people and their the faces from a given image and will draw a rectangle around the face with their names on it.


Then, like as we did in face detection we will go ahead with face recognition from a video. We will be streaming the real-time live video from the computer's webcam and will try to identify and name the faces in it. We will draw rectangle around each face detected and beneath that their names in the live video.


Most times during coding, along with the face matching decision, we may need to know how much matching the face is. For that we will get a parameter called face distance which is the magnitude of matching of two faces. We will later convert this face distance value to face matching percentage using simple mathematics.


In the coming two sessions, we will learn how to tweak the face landmark points used for face detection. We will draw line joining these face land mark points so that we can visualize the points in the face which the computer is used for evaluation.


Taking the landmark points customization to the next level, we will use the landmark points to create a custom face make-up for the face image.


Till now we were using the face-recognition third party library to achieve most of the functionality. But from now onwards we will try the face-recognition pipeline steps which includes face detection, face alignment, face feature extraction verification and classification separately one by one using popular libraries. We will have an introduction about these in this session.


In the next session, we will start with face detection. We will divide them into traditional face detection methods and modern methods which involves CNN.


At first we will try the Haar Cascade object detection algorithm for face detection. We will try it at first for still images and later we will implement it for saved videos as well as live web cam videos.


Another popular algorithm for face detection is HOG or Histogram of Oriented Gradients. At first we will have an introduction to the working of HOG algorithm and then we will try the HOG method for images, videos and real-time web cam stream.


The next face detection algorithm we will try is SSD or Single Shot Detection. We will repeat the same functionality exercises for SSD also. And then comes MMOD. We will repeat the same functionality exercises for SSD also.


Then the MMOD, the Max-Margin Object Detection. We will repeat the same functionality exercises for MTCNN also.


Then comes the next algorithm which is MTCNN, the Multi-task Cascaded Convolutional Networks. We will repeat the same functionality exercises including image, video and real time stream for MTCNN also.


Finally we will have a quick comparison between the performance of these face detection algorithms.


After face detection, we will go ahead with face alignment. We will use the popular Dlib library python implementation to perform the face alignment for image, video and video streams.


After face alignment exercises, we will proceed with face verification and classification where the actual face recognition is happening. At first we will have an introduction about face classification. We will divide the techniques into traditional face recognition methods and modern methods which involves CNN.


At first we will try the techniques Eigenface Fisherface and LBPH, the Local Binary Pattern Histogram. We will have a short introduction about these algorithms and will then proceed with

preparing the image dataset for these algorithms.


Then we will set up the prerequisite for them. Later we will proceed with face detection using MTCNN and preprocessing of the detected face for recognition. Then the exercises involving training with the image dataset and trying prediction for images. We will then save this model so that we can load it later and do prediction without having to go through training again.


We will also try it for pre-saved videos and real time webcam stream. Once we are done with that we will have a quick comparison of the Eigenface Fisherface and LBPH algorithms.


That's all the traditional ways, now we will proceed with deep learning face recognition. At first using the popular VGGNet model for face recognition called VGGface. We will have an introduction to VGG face and then we will implement VGGface face verification for images. Later we will try VGGface face verification for videos as well as realtime streams.


And then we have an introduction to FaceNet, OpenFace and DeepFace Models. We will use a popular easy to use open source python face recognition framework called deepface to implement the rest of popular deep learning techniques.


We will install deepface to our computer and then try it at first for face detection and face alignment. Then we will try deepface for face one to one verification. Later with few changes, we can use it for face classification which involves an one to many comparison. deepface can also be used for performing face analysis involving gender, age, emotion, ethnicity etc


That's all about the topics which are currently included in this quick course. The code, images and libraries used in this course has been uploaded and shared in a folder. I will include the link to download them in the last session or the resource section of this course. You are free to use the code in your projects with no questions asked.


Also after completing this course, you will be provided with a course completion certificate which will add value to your portfolio.


So that's all for now, see you soon in the class room. Happy learning and have a great time.

Bạn sẽ học được gì

Face Detection from Images

Face Detection from Realtime Videos

Emotion Detection, Age-Gender Prediction

Face Recognition from Images, Realtime Videos

Yêu cầu

  • A decent configuration computer and an enthusiasm to dive into the world of computer vision based Face Recognition

Nội dung khoá học

64 sections

Course Introduction and Table of Contents

1 lectures
Course Introduction and Table of Contents
12:52

Introduction to Face Recognition

1 lectures
Introduction to Face Recognition
04:17

Environment Setup: Installing Anaconda Package

1 lectures
Environment Setup: Installing Anaconda Package
07:48

Python Basics (Optional)

4 lectures
Python Basics - Assignment
08:33
Python Basics - Flow Control
09:22
Python Basics - Data Structures
11:51
Python Basics - Functions
03:55

Setting up Environment - Additional Dependencies (With DLib Fixes)

4 lectures
Setting up Environment - Additional Dependencies - Part 1
06:42
Attempt 1 : Install Dlib for Anaconda the formal way
00:25
Attempt 2: Installing DLib using Visual Studio Build Tools
00:15
Setting up Environment - Additional Dependencies (With DLib Fixes) - Part 2
13:51

(Optional) DLib Error : Downgrading Python and Fixing

1 lectures
(Optional) DLib Error : Downgrading Python and Fixing
03:12

Introduction to Face Detectors

1 lectures
Introduction to Face Detectors
05:00

Face Detection Implementation

2 lectures
Face Detection Implementation - Part 1
06:32
Face Detection Implementation - Part 2
07:15

Optional: cv2.imshow() Not Responding Issue Fix

2 lectures
Optional: cv2.imshow() Not Responding Issue Fix
01:17
Optional Fix 2: cv2.imshow() Not Responding
00:03

Realtime face detection from WebCam

2 lectures
Realtime face detection - Part 1
09:35
Realtime face detection - Part 2
08:22

Video Face Detection

1 lectures
Video Face Detection
02:44

Realtime face detection - Face Blurring

1 lectures
Realtime face detection - Face Blurring
04:06

Real-time Facial Expression Detection - Installing Libraries

4 lectures
Fix: if 'conda install' fails to resolve
00:12
Real-time Facial Expression Detection - Installing Libraries
07:28
IMPORTANT FIX: "ImportError: Keras requires TensorFlow 2.2 or higher' Windows OS
00:23
'keras.preprocessing.image' has no attribute 'img_to_array' Error Fix
00:05

Real-time Facial Expression Detection - Implementation

4 lectures
Real-time Facial Expression Detection - Implementation - Part 1
08:59
Real-time Facial Expression Detection - Implementation - Part 2
05:35
TensorFlow "Module Not Found" Error Fix (Optional) - Do ONLY if you have error
00:27
Error: module 'keras.preprocessing.image' has no attribute 'img_to_array'
00:05

Video Facial Expression Detection

1 lectures
Video Facial Expression Detection
01:48

Image Facial Expression Detection

1 lectures
Image Facial Expression Detection
05:05

Real-time Age and Gender Detection Introduction

1 lectures
Real-time Age and Gender Detection Introduction
05:06

Real-time Age and Gender Detection Implementation

1 lectures
Real-time Age and Gender Detection Implementation
12:28

Image Age and Gender Detection Implementation

1 lectures
Image Age and Gender Detection Implementation
03:44

Introduction to Face Recognition

1 lectures
Introduction to Face Recognition
04:00

Face Recognition Implementation

2 lectures
Face Recognition Implementation - Part 1
10:02
Face Recognition Implementation - Part 2
11:04

Realtime Face Recognition

2 lectures
Realtime Face Recognition - Part 1
04:48
Realtime Face Recognition - Part 2
06:48

Video Face Recognition

1 lectures
Video Face Recognition
03:04

Face Distance

2 lectures
Face Distance - Part 1
05:00
Face Distance - Part 2
06:37

Face Landmarks Visualization

2 lectures
Face Landmarks Visualization - Part 1
03:49
Face Landmarks Visualization - Part 2
09:01

Multi Face Landmarks

1 lectures
Multi Face Landmarks
04:36

Multi Face Landmarks from Real-time and Pre-saved Video

1 lectures
Multi Face Landmarks from Real-time and Pre-saved Video
06:55

Face Makeup Using Face Landmarks

1 lectures
Face Makeup Using Face Landmarks
07:28

Real-time Face Makeup

1 lectures
Real-time Face Makeup
03:18

Face Detection using Other popular libraries Intro

1 lectures
Face Detection using Other popular libraries Intro
07:17

Face Detection Image using Haar Cascade

2 lectures
Face Detection Image using Haar Cascade - Part 1
08:37
Face Detection Image using Haar Cascade - Part 2
05:02

Video and Realtime Face Detection using Haar Cascade

1 lectures
Video and Realtime Face Detection using Haar Cascade
05:00

Face Detection using HOG Introduction

1 lectures
Face Detection using HOG Introduction
05:02

Face Detection from Image using HOG

1 lectures
Face Detection from Image using HOG
06:10

Face Detection from Video and Webcam using HOG

1 lectures
Face Detection from Video and Webcam using HOG
05:07

SSD Face Detection Introduction

1 lectures
SSD Face Detection Introduction
04:34

Face Detection from Image using SSD

2 lectures
Face Detection from Image using SSD part 1
08:40
Face Detection from Image using SSD part 2
07:42

Face Detection From Video and Webcam using SSD

1 lectures
Face Detection From Video and Webcam using SSD
04:35

Face Detection from Image using MMOD

1 lectures
Face Detection from Image using MMOD
06:53

Face Detection From Video and Webcam using MMOD

1 lectures
Face Detection From Video and Webcam using MMOD
03:17

Face Detection Image using MTCNN - introduction

1 lectures
Face Detection Image using MTCNN - introduction
03:25

Face Detection Image using MTCNN

2 lectures
Face Detection Image using MTCNN
11:42
AttributeError: module 'matplotlib' has no attribute 'artist'
00:11

Quick Comparison of Face Detection Techniques

1 lectures
Quick Comparison of Face Detection Techniques
05:53

Face Alignment using Dlib

2 lectures
Face Alignment using Dlib - Part 1
07:16
Face Alignment using Dlib - Part 2
07:04

Face Alignment for Video and Webcam

1 lectures
Face Alignment for Video and Webcam
05:23

Popular Face Recognition Techniques Introduction

1 lectures
Popular Face Recognition Techniques Introduction
04:36

Eigenface Fisherface LBPH Concepts Explained

1 lectures
Eigenface Fisherface LBPH Concepts Explained
07:14

Eigenface Fisherface LBPH Preparing Dataset Installing Prerequisites

1 lectures
Eigenface Fisherface LBPH Preparing Dataset Installing Prerequisites
04:21

Eigenface Fisherface LBPH - Implementing Face Detection function

1 lectures
Eigenface Fisherface LBPH - Implementing Face Detection function
13:53

Eigenface Fisherface LBPH - Implementing Preprocessing

2 lectures
Eigenface Fisherface LBPH - Implementing Preprocessing - part 1
08:52
Eigenface Fisherface LBPH - Implementing Preprocessing - part 2
06:07

Eigenface Fisherface LBPH - Implementing Training and Prediction

2 lectures
Error: module cv2 has no attribute face
00:04
Eigenface Fisherface LBPH - Implementing Training and Prediction
15:23

Saving and loading the pretrained model

1 lectures
Saving and loading the pretrained model
08:05

Video and Realtime Face Recognition using pretrained model

1 lectures
Video and Realtime Face Recognition using pretrained model
08:34

Eigenface Fisherface LBPH Quick Comparison

1 lectures
Eigenface Fisherface LBPH Quick Comparison
03:48

VGG Face Introduction

1 lectures
VGG Face Introduction
08:11

VGGFace Face Verification

4 lectures
VGGFace Face Verification - Part 1
10:05
VGGFace Face Verification - Part 2
11:30
ModuleNotFoundError
00:23
VGGFace Face Verification - Part 3
10:29

VGGFace Face Verification video and realtime

1 lectures
VGGFace Face Verification video and realtime
14:56

FaceNet. OpenFace and DeepFace Models Introduction

1 lectures
FaceNet. OpenFace and DeepFace Models Introduction
06:54

Installing DeepFace framework

1 lectures
Installing DeepFace framework
06:35

DeepFace face detection and alignment

2 lectures
DeepFace face detection and alignment
08:40
⚠️ Function detectFace is deprecated! Use extract_faces instead of this. - Error
00:11

DeepFace face verification

1 lectures
DeepFace face verification
07:24

DeepFace face recognition

1 lectures
DeepFace face recognition
06:08

DeepFace face analysis

1 lectures
DeepFace face analysis
04:38

SOURCE CODE AND FILES ATTACHED

1 lectures
SOURCE CODE AND FILES ATTACHED
00:02

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.