Get your team access to top Uplyrn courses anytime, anywhere.
Overview
Hi there!
Welcome to my new course 'Face Recognition with Deep Learning using Python'. This is the second course from my Computer Vision series.
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.
That's all about the topics which are currently included in this quick course.
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.
Who this course is for
Beginners or who wants to start with Python based Face Recognition.
Testimonials
It was good learning about OpenCV Face recognition ~ D Tiwari
Excellent course, in a few hours I learned what I was looking for ~ L Bentemuller
Really simple and easy explanations to make out amazing things, keep it up ~ David
For beginner like me, this course is awesome!! ~ Sapuan
Till now, it's really interesting and helpful and the explanation is just fabulous. Looking forward to it ~ Prvind P
Absolutely fantastic course ! Gets you into action quickly. Recommend ! ~ Z Sabakhtarishvili
The intonation of the presentation is very clear. very details of explanations in the installation process ~ Illiana A
Clear, easy to follow step by step instructions that deliver good and satisfactory outcomes that works! ~ SC Wong
This instructor's lecture is excellent. Concise, organized, completed, runnable source codes is provided. This course is very helpful for you to understand face detection and recognition ~ Joseph F
Very good and simple course to learn about OpenCV and basic python. The instructor will answer questions and help us if we get stuck ~ Ray C
Very happy with this course. Despite I was expecting to get deeply into CNN's, the automatic methods and the introduction of entirely new libraries for me in terms of face recognition is really amazing. It helped me to understand the real-time part of the face analysis. Thank you very much ~ P Montoya
This course enables me to build facial recognition and understand the fundamental concepts quickly! ~ William T
It was very well explained, lucky to have found this amazing course. This was very precisely explained ~ Antara K
What you'll learn
Face Detection from Images
Face Detection from Realtime Videos
Emotion Detection
Age-Gender Prediction
Face Recognition from Images
Face Recognition from Realtime Videos
Face Distance
Face Landmarks Manipulation
Face Makeup
Also includes a Python basics refresher session.
Requirements
A decent configuration computer and an enthusiasm to dive into the world of computer vision based Face Recognition.
Overview
Hi there!
Welcome to my new course 'Face Recognition with Deep Learning using Python'. This is the second course from my Computer Vision series.
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.
That's all about the topics which are currently included in this quick course.
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.
Who this course is for
Beginners or who wants to start with Python based Face Recognition.
Testimonials
What you'll learn
Requirements
A decent configuration computer and an enthusiasm to dive into the world of computer vision based Face Recognition.
Course Content
29 Sections 41 Lectures 4h 18m total length
All Comments