1
00:00:02,000 --> 00:00:03,000
Hello everyone.

2
00:00:03,000 --> 00:00:08,000
In this project we will do face detection plus gender classification and crowd counting.

3
00:00:08,000 --> 00:00:09,000
With an alert system.

4
00:00:09,000 --> 00:00:13,000
We will see how we can use YOLO V8 for face detection.

5
00:00:13,000 --> 00:00:18,000
But we will also train a convolutional neural network for gender classification.

6
00:00:18,000 --> 00:00:23,000
So we will classify the detected faces into men and women.

7
00:00:23,000 --> 00:00:29,000
So in the first step we will see how we can fine tune YOLO based on face image dataset.

8
00:00:29,000 --> 00:00:34,000
Then we will train a convolutional neural network for gender classification.

9
00:00:34,000 --> 00:00:37,000
We will classify the detected faces into men and women.

10
00:00:37,000 --> 00:00:40,000
Plus we will also do the face count as well.

11
00:00:40,000 --> 00:00:47,000
So if more than five people appear in a frame, we will generate an alert that a place is overcrowded.

12
00:00:47,000 --> 00:00:53,000
I have set this alert for more than five people, but you can set this alert for more than 100 people

13
00:00:53,000 --> 00:00:53,000
as well.

14
00:00:53,000 --> 00:00:55,000
So let's get started.

