Face Recognition with OpenCV in Python Tutorial |Face detection

preview_player
Показать описание
We discussed how to perform Face Recognition using OpenCV in Python :
1.Detect Face 2.Generated labels for training data & train classifier 3.Predict image.
We talked about using webcam to do realtime face recognition
We looked at scripts to generate hundreds of training images quickly and to resize images

GitHub link :

Connect with me:
I have a new instagram page, moving forward all updates will be posted here:
Old instagram page:
Twitter:
Gmail :
Рекомендации по теме
Комментарии
Автор

Hi guys, at (04:04) where I give the path of XML file, I have mistakenly given a forward slash in front of filename which isn't required .If file is present in same folder as that of script, then directly giving the name of file is sufficient.

NehaYadav
Автор

hi neha maam.. after taking samples i want perticuler person's data to be store in a xml file with a single row like.. person name, date, time.... can i do that with this codding.... please reply maam

divyaangane
Автор

why changing original image to grey image at 2:06?

Himanshu-edmf
Автор

Subscribed her, just for her patience...Big shout out..🙌🙌🙌

snehitvaddi
Автор

Keyboard literally torching the ears. One of the best tutorial on face recognition, though got distracted some time :)

mdparvezalam
Автор

When I import faceRecognition as fr on google colab it shows error, why ?

alyanireem
Автор

Nice, neha keep it up good work..jai shree krishna.

vinayak
Автор

Thank so much, very informative video for me
Thanks again🎉

mustjabhussain
Автор

its gudd to learn from someone who looks one of us. Doing basic mistakes, actually helps to break monotony and make the listener to awake and see what's happening.

vipsclassicalboy
Автор

if we are using default haar cascade then it will only detect our face like there will be a rectangle arround the object or face but what if we want to recognise it by adding our images ? like how we can add our data or images into that default xml? Is there any way to correlate between them?

NimeshMori-mgce
Автор

thank you miss....
finally i done this successfully...
once again thank

scopeman
Автор

so beauty, thank u for supporting about this topics, its useful for university curses, a Peruvian suscriber c:

xxaqploboxx
Автор

hey there can you tell which python version and opencv version you used to make this as now in the updated python and open cv the following code doesnot run

siddharthp
Автор

while running this code in jupyter notebook it is showing that face_recognition module is not found even though i have put both the files inside the same folder .. so can u please suggest me how to make that code a module ?

amankhairwar
Автор

please what python development environment is this? I am new to python and only familiar with jupyter notebook

anefuoche
Автор

@Neha Yadav

Can you help me out ?? I have already made a face detection as mention above. Now i want to implement it like Attendance Management. Is there any way out ??

sauravchaudharysc
Автор

hello maam, i am working face detection project, in that how do i save only one image of a person when it gives us multiple images of same person as in your dataset

anirudhrodda
Автор

We have to modify code and add name if we want to add another person to recognize?

viane
Автор

Getting an error:
line 40, in train_classifier
face_recognizer.train(faces, np.array(faceID))
cv2.error: OpenCV(4.2.0) error: (-210:Unsupported format or combination of formats) Empty training data was given. You'll need more than one sample to learn a model. in function 'cv::face::LBPH::train'

if I change my training_data path to "c:user\python\training data\0" folder r inside other folder with an image (eg:""c:user\python\training data\0") it works but it is not working for ("c:user\python\training data") I cant train the image.


help me please thank you for the great video...

parameswaranp
Автор

ma'am today i got a task in company . if user see a left and a right then print on display a left and a right. ma'am, i am newly fresher joined the company since last monday as a django developer they started giving me Ai ML work also . please help me out for left right message display when user turn their face.

coderpavan