FACE RECOGNITION WITH WEBCAM AND IMAGE FILE | Python 3.8 with OPEN CV | Windows 10

preview_player
Показать описание
Demo on Face Recognition using WEBCAM and IMAGE FILE with Python 3.8 with face_recognition and Open CV Python on Windows 10.

⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it!

OK! So let's start off with our first example code that we have,
For a simple image-based face recognition, where you have to just feed the image of the person, and see if we get the face recognized.

I hope all of you have seen part 2 of the face recognition video
Where we had worked with face recognition using a video file as an input.
the only difference here is instead of the video, we will use a webcam, and remember that when executing this program or code, your Webcam should not be running already.

By Using OPEN CV and PYTHON, we render the INPUT video feed with cv2.VideoCapture (Here our input is our WEBCAM and not the video file)
Here i am just giving this as an example, so think this video to be the feed that is coming from the WEBCAM,
and then VideoCapture actually reads and generates each frame every time from the feed of the webcam until we stop it.

And for each frame that we generate using open cv, we repeat the encoding process using face recognition to generate the facial points.
Then we take this encoded frame and compare it with the encoded frame from our encoding step 1, based on the desired tolerance value.
And if there is a match, then we create a frame and a name text, so that we can show that as a part of the frame.

Recognize and manipulate faces from Python or from the command line with the world’s simplest face recognition library.
Built using dlib’s state-of-the-art face recognition built with deep learning.

Credits for the Developers : Author: Adam Geitgey
Stay tuned to the channel. Please hit a like and subscribe if you haven't already.

🍀Links for Users:

AWS Solutions Architect Associate Certification 2020 Playlist:

Please follow we in the links below to stay updated: 🙌

Disclaimer: The content provided in the channel are not affiliated in any way to the organization. We provide information here on the channel based on the knowledge we have on the topic. We advise our viewers to please do their own research and read more about them from the source provided by the organization to get a better outlook on the topic that has been covered.
These videos are just to provide you a platform to learn, and there can be mistakes and we are always trying to improve based on your feedback. we recommend viewers to have an open mind. Please support the channel to get more content like these in the future.

#FaceRecognition #InstallFaceRecognitionWithPython #Webcam
Рекомендации по теме
Комментарии
Автор

🍀Links for Users:

AWS Solutions Architect Associate Certification 2020 Playlist:

Please follow we in the links below to stay updated: 🙌

Pythoholic
Автор

Gosh you are amazing. I had already done Face Recognition, the issue was the accuracy. seeing you talk about encoding and accuracy has helped my project a lot as a opencv newbie. Thank you. Keep up the great content!!!!

mcebomakhoba
Автор

I got the output properly..thanks so much for this tutorial

vishruthag
Автор

Sir you should also cover some spoof attack detection, where the feed can tell if someone is trying to trick the algorithm...this can be extremely appealing to consumers who are looking for security implementation for computer vision!

grahampawar
Автор

Hi Master! Thanks again for this great content. Do you have any tutorial on facial recognition using raspberry?

centrodoreforco-aulasderef
Автор

Hey @Pythoholic!
I wanna make a face recognition program that displays who it is only when asked. I tried to do this, but I can't seem to get an input without breaking the loop. How do I get around this?

charon
Автор

how can I print the accuracy on the command line? Btw you are doing good work, Keep it UP!

-mananshah
Автор

Hello sir...you are doing a great work ..followed your video...also tried the face recognition code using webcam but I am getting the IndexError: list index out of range... please can u help it would be very helpful 🙏🙏

awantichavan
Автор

For the "face _engine_video.py" I got the output mp4 video but I cannot open it. It says: the video does not supported... How can I fix it?

elifozcan
Автор

brother which algorithm is used for face-recognition in the video?

MohitPal-jxod
Автор

you are great! thank you for this video!

Juwa-pdvd
Автор

ValueError: operands could not be broadcast together with shapes (2, ) (128, )
it keep giving me this error

yousefunfiltered
Автор

How to do face recognition with app lock using python?

bks
Автор

hi bro this project is amazing!! i want to make it if it detects my face then it closes and prints face detected. how to do that??

walmarttrycs
Автор

hey, so the error I keep getting when I run face_photo.py is src.empty() in function cv :: cvtcolor and I keep encountering the import dll failed, could you help me out with this?

viseyraheidi
Автор

Can I install face_recognition module using VS code, with out installing VS community, How?

prakash
Автор

import face_recognition

ModuleNotFoundError: No module named 'face_recognition' I've been spending hours to fix it but it's not been still working.. Please help me. :'(

elifozcan
Автор

Is it too much to ask that you speak English? what is the meaning of "furst"? what is "oll' lledy"? what is "vee vill" ?

sealandland
Автор

For the "face _engine_video.py" I got the output mp4 video but I cannot open it. It says: the video does not supported... How can I fix it?

elifozcan