Face Recognition Using Python, Keras, OpenCV & Tensorflow| Recognize Face in Real-time Video Streams

preview_player
Показать описание
So you want to know how to do face recognition without deep learning? Watch this video and find out!
Ever wanted to know how to recognize faces without deep learning? In this video, we're going to go over how you can use OpenCV and Python to recognize faces with just a camera and a computer.

🔥Number Sign Recognition & Detection

🔥 Python Project: Automate Hill Climb

🔥 Hand Pose Estimation in

I'm on Instagram as @knowledge_doctor.

Follow Me On Instagram :

Like My Facebook Page:

.................................Tags..............................................
face recognition
face detection
face recognition python
facial recognition search
face recognition online
google face recognition
facial recognition technology
face recognition attendance system
facial recognition system
face detection python
opencv face detection
opencv face recognition
face recognition github
face identifier
face identification
face verification
tensorflow face recognition
ai face recognition
face recognition access control
google face detection
Рекомендации по теме
Комментарии
Автор

very comprehensive tutorial, one of the best or maybe the best tutorial i found in Youtube ! Thanks!

MrUmsdavid
Автор

I am getting DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found.
How to solve this?

santhoshm
Автор

done all what u did.. but im getting exception thrown in tensorflow.. what to do?

rakshithvs
Автор

Hey, please do let me know, what is "import os" here. its just showing an error . how could be this module installed ? please help me

kanzaramzan
Автор

This is should install nvidia cuda who have use nvidia gpu, right?

deniengineering
Автор

Hey, awesome video, now I know much more how to build a facial recognition system. Now I tried really hard to implement a version, that is capable of detecting multiple faces in one image or from a webcam source, but I really dont know how to do this. Maybe you could give me some advice?

tobiass.
Автор

How do I detect object like bottle, what changes do I need to make in ur code??

mohammedkamran
Автор

its not working properly, in the model its only focused on first class only whoever the person is on webcam either its me or tony stark it shows my name only, i even tried to add 3rd class and made new keras model but stuck on only my name, also its showing wrong output on teachable machine, idk whats going wrong, can anyone help me

aryangarg
Автор

Thank you!
Great video!
Keep going!

MrOsobuy
Автор

Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not
Hey could you please help me out with this error after running the test.py

aligalajoel
Автор

sir whar keras version you use ? and what tensorflow version?

robbysaputra
Автор

I always get the error " Input 0 "sequential" is incompatible with the layer: expected shale=(None, 3), found shape=(None, 224, 224, 3)

neeravjha
Автор

Thank you my man! This video help me a lot, my ML teacher gave us an ML exercise about face recog and I literally don't know what is it and what he want us to do... this video help me out a lot!

blz_kanazaki
Автор

Can we make a custom data set of our own face using mobile photos ?

abhishekdeshpande
Автор

brother u had done in my system it is showing error in test file i make changes in all over the program because i took the input of 3 person and also make changes in test.py file but it shows No module named 'tensorflow'....what should i do bro
plzz help

suchibrataroy
Автор

Please help me to resolve the issue as I run the datacollect file it ask me to enter name when and it start to take pictures without showing camera display after that when i clieck the run button same like you did the i face the following error.

\Face Recognition System\datacollect.py", line 1, in <module>
import cv2
ModuleNotFoundError: No module named 'cv2'

deepaklohana
Автор

Awesome tutorial! Just a heads up for others: if you're running tensorflow greater than 2.6 you may find that you get frozen when detecting the person, this is because predict_classes was deprecated, you need to comment that line and change it like so:

classIndex = np.argmax(prediction, axis=-1)

sgdva
Автор

model.predict_classes not working in python 3.10

dharmeshbhatiya
Автор

can you help me with creating 3d face recognition models

riyazsgurukul
Автор

The Password of the zip file is deeplearning

thebeastgaming