Тёмный

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

KNOWLEDGE DOCTOR
Подписаться 23 тыс.
Просмотров 97 тыс.
50% 1

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.
Github Repo Link: github.com/Chando0185/face_re...
🔥Number Sign Recognition & Detection
Using Tensorflow Object Detection API & Python 👉🏻 • Number Sign Recognitio...
🔥Harry Potter Invisible Cloak Using Python & Opencv 👉🏻 • Number Sign Recognitio...
🔥 Python Project: Automate Hill Climb
Racing Game Using Python 👉🏻 • Python Project: Automa...
🔥 Hand Pose Estimation in
Real Time Using Python & Mediapipe 👉🏻 • Hand Pose Estimation i...
🔥 Gender Classification Using CNN 👉🏻 • Gender Classification ...
💥 LED Controller Using Python And Ardunio 👉 • How to controll LED Us...
I'm on Instagram as @knowledge_doctor.
Follow Me On Instagram :
invitescon...
Like My Facebook Page:
/ knowledge-doctor-progr...
.................................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

Опубликовано:

 

25 ноя 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 178   
@MrUmsdavid
@MrUmsdavid Год назад
very comprehensive tutorial, one of the best or maybe the best tutorial i found in RU-vid ! Thanks!
@sgdva
@sgdva 2 года назад
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=model.predict_classes(img) classIndex = np.argmax(prediction,axis=-1)
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Yes Cool
@ilyasmerrounouahabi3704
@ilyasmerrounouahabi3704 2 года назад
@@knowledgedoctor3849 and @sgdva thank you sooooooo much
@burhonabdullayev9372
@burhonabdullayev9372 2 года назад
hi how are you all I have a problem No file or directory found at MyTrainigModel.h5
@thomassmith1842
@thomassmith1842 Год назад
Further down there is a problem though. "cv2.putText(imgOrignal,str(probabilityValue*100, 2)" - if probabilityValue is already replaced by the classindex then what do I do with this argument?
@necroaspect1852
@necroaspect1852 3 месяца назад
bro thanks a lot for the help. was really worried about the bug for so long.... it fixed it. thanks again
@thebeastgaming4642
@thebeastgaming4642 2 года назад
The Password of the zip file is deeplearning
@seshanthseshu9233
@seshanthseshu9233 Год назад
Thank u so much Bro
@shubhammusale692
@shubhammusale692 Месяц назад
thank u bro
@bl4z3_kanazaki
@bl4z3_kanazaki Год назад
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!
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Follow Latest Face Recognition Project too Get More Idea about That🔥
@syedqasimalinaqvi2605
@syedqasimalinaqvi2605 10 месяцев назад
@@knowledgedoctor3849 whats the passward of the zipfile
@CodyShitagi
@CodyShitagi Год назад
Incredible, thank you Chando.
@tobiass.9952
@tobiass.9952 2 года назад
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?
@MrOsobuy
@MrOsobuy 7 месяцев назад
Thank you! Great video! Keep going!
@santhoshm8834
@santhoshm8834 Год назад
I am getting DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found. How to solve this?
@robbysaputra4857
@robbysaputra4857 14 часов назад
sir whar keras version you use ? and what tensorflow version?
@aryangarg0608
@aryangarg0608 7 месяцев назад
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
@neeravjha3832
@neeravjha3832 Год назад
I always get the error " Input 0 "sequential" is incompatible with the layer: expected shale=(None,3), found shape=(None, 224,224,3)
@deepaklohana7004
@deepaklohana7004 26 дней назад
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 import cv2 ModuleNotFoundError: No module named 'cv2'
@dodipasaribu3706
@dodipasaribu3706 2 года назад
what algorithm do you use? (Face)
@rakshithvs2498
@rakshithvs2498 2 года назад
done all what u did.. but im getting exception thrown in tensorflow.. what to do?
@kanzaramzan999
@kanzaramzan999 Год назад
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
@suheda503
@suheda503 6 месяцев назад
hello my brother, excellent project. your english very good for me.
@suchibrataroy9508
@suchibrataroy9508 Год назад
brother u had done well.....but 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
@abhishekdeshpande2459
@abhishekdeshpande2459 2 года назад
Can we make a custom data set of our own face using mobile photos ?
@muhammadbinshakeel3087
@muhammadbinshakeel3087 2 года назад
awesome 👍👍
@mohammedkamran8559
@mohammedkamran8559 2 года назад
How do I detect object like bottle, what changes do I need to make in ur code??
@deniengineering
@deniengineering Год назад
This is should install nvidia cuda who have use nvidia gpu, right?
@amishagarwal5710
@amishagarwal5710 4 месяца назад
what is password for opening code file
@user-xx7ew6tu3k
@user-xx7ew6tu3k 2 года назад
thank u!!! awesome
@thelonelinesscreator
@thelonelinesscreator Год назад
I got one problem..and í can't solve it til this day...the problem is when type "import cv2", it must be have a problem when running
@aligalajoel7152
@aligalajoel7152 2 года назад
Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found,,,,,, Hey could you please help me out with this error after running the test.py
@Abhi-jz4cp
@Abhi-jz4cp 9 месяцев назад
its asking for password to open the file,whats the password?
@user-pe9nd3hw1o
@user-pe9nd3hw1o 2 месяца назад
deeplearning
@retechcreation
@retechcreation 2 года назад
Knowledgeable video bro
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Thanks Dear
@vladiaz
@vladiaz 7 месяцев назад
amazing job chando! i want to start learning this opencv. can ypu share the password of the github repo? thanks in advance
@dharmeshbhatiya7507
@dharmeshbhatiya7507 Год назад
model.predict_classes not working in python 3.10
@bralex43
@bralex43 2 года назад
how does you generate Tony stark photos?? any library or page please?
@riyazsgurukul2431
@riyazsgurukul2431 2 года назад
can you help me with creating 3d face recognition models
@Vaibhav_Rautela
@Vaibhav_Rautela Год назад
Love you brother❤
@MACWARE.GAMING
@MACWARE.GAMING Год назад
Bro it says...attribute error 'sequential' object has no attribute 'predict_classes'
@Mr.Siege123
@Mr.Siege123 Год назад
pls help me it keeps on saying this cv2.error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:967: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow'
@RajniGupta-xm3cm
@RajniGupta-xm3cm Год назад
how did you solve this?
@azararam4480
@azararam4480 Год назад
did you solve this ?
@guerbuga
@guerbuga 2 года назад
Hello Chando, with Apple M1 machine, I receive the following error: "84982 illegal hardware instruction" while I want to start test.py. Do you maybe know how to solve that issue?
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Yes I Train it In Windows Machine That's Why This Error
@guerbuga
@guerbuga 2 года назад
@@knowledgedoctor3849 ok, how can I solve this? 🙃
@iulianmatei7336
@iulianmatei7336 Год назад
Hi, it is not a problem with the m1 machine, try downloading anaconda and make a virtual environment, use that virtual env. Some python packages overlap, maybe that' s why this error
@soukainaboussaad2242
@soukainaboussaad2242 Год назад
HELLO , Awesome tutorial but what if i want to use a CNN OR HOG OR LBR, can you provide me more informtaions or a good guidance specially that i use a huge data (200 picture) thatk you in advance
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Coming Up Soon, ML Based Already Uploaded
@UGPAIDGAMER
@UGPAIDGAMER Год назад
can i get your specs?? or only your graphics card name
@frankstekelenburg1855
@frankstekelenburg1855 Год назад
@KNOWLEDGE DOCTOR @sgdva i only see one of the classes in my screen after adding np.argmax(prediction,axis=-1) how do i fix that?
@godakartik8110
@godakartik8110 Год назад
same issue. did u find any way to fix this issue over these days?
@prnop1176
@prnop1176 7 месяцев назад
I am getting AttributeError: 'Sequential' object has no attribute 'predict_class
@MuhammadShoaib-tm9no
@MuhammadShoaib-tm9no Год назад
awesome
@jodhiethiraj6504
@jodhiethiraj6504 Год назад
Sir teachable machine instead of wht can be use?? For coding
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
We can Use LBPH, CNN, Transfer Learning.
@kamranhaq2907
@kamranhaq2907 Год назад
win rar file is password protected?
@josee2679
@josee2679 11 месяцев назад
where can i get the zip file
@georgejere2306
@georgejere2306 11 месяцев назад
@KNOWLEDGE DOCTOR my error says tensorflow was not saved in save file, do you want to compile manually? How can i solve this please
@knowledgedoctor3849
@knowledgedoctor3849 11 месяцев назад
Watch latest face recognition videos.
@georgejere2306
@georgejere2306 11 месяцев назад
@@knowledgedoctor3849 which video please you can tag it for me
@abdulbasitmagsi564
@abdulbasitmagsi564 Год назад
hello bro, bro i have to say that i'm this error " AttributeError: 'Sequential' object has no attribute 'predict_classes'. Did you mean: 'predict_step'? " in test.py code.. please help me bro
@faijaanmemon
@faijaanmemon Год назад
i am having same issue, did your issue got resolved brother ?
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Version error cz predict_class Just support on tensorflow 2.3.0. Latest one you need to argmax the prediction
@abdulbasitmagsi564
@abdulbasitmagsi564 Год назад
@@faijaanmemon no brother not now
@faijaanmemon
@faijaanmemon Год назад
@@knowledgedoctor3849 Okay, thank you brother.
@sivakumar7679
@sivakumar7679 Год назад
Bro how did you solve this issue..i too have same error
@snehasamrudhidhal1255
@snehasamrudhidhal1255 4 месяца назад
What is the password for your zip files?
@beneadie3202
@beneadie3202 9 месяцев назад
your github repo has zip files wihtin zip files and they're password protected
@KauanPecanha
@KauanPecanha 26 дней назад
the password is deeplearning, bro
@changothi538
@changothi538 Год назад
hi how are you, bro? I ran the project, but the result only shows the name of the first object. All other objects are assigned the name of the first object. (I have 4 objects to recognition), Thank U!
@godakartik8110
@godakartik8110 Год назад
same issue. found any fix?
@changothi538
@changothi538 Год назад
@@godakartik8110 U can replace this code: cv2.waitKey(1) with k=cv2.waitKey(1) if k==ord('q'): break
@godakartik8110
@godakartik8110 Год назад
@@changothi538 bruhhhh. That just changed what key is pressed to quit the feed. Nothing to do with the face recognition model
@changothi538
@changothi538 Год назад
@@godakartik8110 sorry bro. I comment wrong video. 😅
@yashdubey7564
@yashdubey7564 7 месяцев назад
​@@changothi538have you got the solution??
@user-vx4nu4to5p
@user-vx4nu4to5p 2 месяца назад
raise TypeError( TypeError: Error when deserializing class 'DepthwiseConv2D' using config={'name': 'expanded_conv_depthwise', 'trainable': True, 'dtype': 'float32', 'kernel_size': [3, 3], 'strides': [1, 1], 'padding': 'same', 'data_format': 'channels_last', 'dilation_rate': [1, 1], 'groups': 1, 'activation': 'linear', 'use_bias': False, 'bias_initializer': {'class_name': 'Zeros', 'config': {}}, 'bias_regularizer': None, 'activity_regularizer': None, 'bias_constraint': None, 'depth_multiplier': 1, 'depthwise_initializer': {'class_name': 'VarianceScaling', 'config': {'scale': 1, 'mode': 'fan_avg', 'distribution': 'uniform', 'seed': None}}, 'depthwise_regularizer': None, 'depthwise_constraint': None}. Exception encountered: Unrecognized keyword arguments passed to DepthwiseConv2D: {'groups': 1} getting an error like this after running the test.py i had trained tye model and download the zip file and then i go with running of the test.py
@user-zl6ov7ns7t
@user-zl6ov7ns7t Месяц назад
Have you solved the error, if so then please tell me also, mine is not happening.
@abeerkumar
@abeerkumar Год назад
bruh what is the password of your RAR file given in description
@abhinavadattareddy975
@abhinavadattareddy975 16 дней назад
Bro, KERAS not working in test.py PLS help, PLS....
@akidukaida1598
@akidukaida1598 7 месяцев назад
how to add 3 or 4 face model? i try to add if classNo == 0: return "ALEX" elif classNo == 1: return "JHON" elif classNo == 2: return "DHEV" But still unsuccess, help me please brother
@yashdubey7564
@yashdubey7564 7 месяцев назад
Have you got the solution??
@aryangarg0608
@aryangarg0608 7 месяцев назад
same problem 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
@006premchandgiri5
@006premchandgiri5 4 месяца назад
can any one answer this please cv2.imshow("WindowFrame", frame) cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:971: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow
@knowledgedoctor3849
@knowledgedoctor3849 4 месяца назад
Your camera is not opening properly
@CodeWithSujal
@CodeWithSujal 9 месяцев назад
What is the zip file password
@nirjhardas446
@nirjhardas446 10 месяцев назад
getting this error::::[ WARN:0@0.008] global cap_v4l.cpp:982 open VIDEOIO(V4L2:/dev/video0): can't open camera by index [ERROR:0@0.123] global obsensor_uvc_stream_channel.cpp:156 getStreamChannelGroup Camera index out of range
@mehedihasansabuj2809
@mehedihasansabuj2809 Год назад
how to detect unkown person?
@opataebubechukwu5293
@opataebubechukwu5293 2 года назад
the zip file containing the repo has a password on it
@lboy2941
@lboy2941 Год назад
deeplearning
@rubervalsantos6060
@rubervalsantos6060 Год назад
good evening , what is the password of the zip file please ??
@danielizalde8718
@danielizalde8718 Год назад
did you get the password?
@prem-god
@prem-god 2 года назад
Super Awesome bro 👍👍 but I can't install tensorflow 😔
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
No Problem, I am coming with this solution.. With another Video
@SarojPanda26
@SarojPanda26 2 года назад
@@knowledgedoctor3849 when bro?
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Soon, Let me Make Another Project.
@Mr.Siege123
@Mr.Siege123 Год назад
enable long path watch video
@khuzdaradventures5772
@khuzdaradventures5772 Год назад
error in predicte and h5 file
@prem-god
@prem-god 2 года назад
Bro can you provide the Google colab source code link for deepFake project. Your colab link in that video is not working
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
Let me check
@rajnishadhikari9280
@rajnishadhikari9280 6 месяцев назад
while i tired to open the zip file from github it is password protected what's the password ?
@necroaspect1852
@necroaspect1852 3 месяца назад
deeplearning
@rohithtunuguntla6670
@rohithtunuguntla6670 2 года назад
if classIndex==0: NameError: name 'classIndex' is not defined ???
@ilyasmerrounouahabi3704
@ilyasmerrounouahabi3704 2 года назад
same problem
@deniengineering
@deniengineering Год назад
There is problem with opening my webcam, any solution?
@lboy2941
@lboy2941 Год назад
deeplearning
@user-qx4xh5yb1d
@user-qx4xh5yb1d 3 месяца назад
what is the password for the datacollect file in your github zip folder?
@necroaspect1852
@necroaspect1852 3 месяца назад
deeplearning
@nayjelalas289
@nayjelalas289 10 месяцев назад
may i ask for the password for the zip file?
@prnop1176
@prnop1176 7 месяцев назад
deeplearning
@pankajjoshi4206
@pankajjoshi4206 9 месяцев назад
Can u help my project I need multiple face recognition system.
@knowledgedoctor3849
@knowledgedoctor3849 9 месяцев назад
Check latest face recognition video
@pankajjoshi4206
@pankajjoshi4206 9 месяцев назад
@@knowledgedoctor3849 if I need help I will let u know , I am doing in house project , if u can assist me I can share some cash if u won't mind
@g.iiiejidoh8591
@g.iiiejidoh8591 2 года назад
where is paroll for winrar in github ?
@lboy2941
@lboy2941 Год назад
deeplearning
@user-ph3ks7mh8l
@user-ph3ks7mh8l 11 месяцев назад
where is password?
@zekisucu
@zekisucu 5 месяцев назад
what is the zip files passwords
@Deez.jon19
@Deez.jon19 16 дней назад
what is the password??
@maull_oud
@maull_oud 5 месяцев назад
where the password?
@jackofalltrades1202
@jackofalltrades1202 2 года назад
!empty() in function 'cv::CascadeClassifier::detectMultiScale'
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
I think You forget to take the harcasecade file
@MuhammadBilal-th2yv
@MuhammadBilal-th2yv 2 года назад
what is the password for zip file?
@lboy2941
@lboy2941 Год назад
deeplearning
@aliraza-zl8ft
@aliraza-zl8ft Год назад
that is awesome i download github files but it is asking for password can you tell me password of your zipfile
@sebideaconu6210
@sebideaconu6210 Год назад
did u find the password? i need it too
@puneetsingh2842
@puneetsingh2842 Год назад
@@sebideaconu6210 its "deeplearning"
@aakankshakhedkar7416
@aakankshakhedkar7416 3 месяца назад
zip file have password plz share it
@AyushKumar-ez1xj
@AyushKumar-ez1xj 2 года назад
how to increase its efficiency
@knowledgedoctor3849
@knowledgedoctor3849 2 года назад
For Efficiency Need to Use Another Algorithm, Coming Up Soon💘
@thanatos8551
@thanatos8551 Год назад
can someone tell me zip password?
@Shadowishperz
@Shadowishperz Год назад
import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'
@knowledgedoctor3849
@knowledgedoctor3849 Год назад
Install it
@Shadowishperz
@Shadowishperz Год назад
Yep thnks got it ❤
@Shadowishperz
@Shadowishperz Год назад
But there is another error too what was your tensor flow version?
@forzyx1726
@forzyx1726 2 года назад
what is the zip file password bruh
@nishithirani6086
@nishithirani6086 Год назад
deeplearning
@ismailforeveryone6889
@ismailforeveryone6889 Год назад
it's not working
@HareeshKumarYerragolla
@HareeshKumarYerragolla Год назад
password of zip file anyone.??
@imaginet8053
@imaginet8053 Год назад
what's the password of git repository?
@matteoferrario4925
@matteoferrario4925 Год назад
deeplearning
@SheshanSilva
@SheshanSilva 11 месяцев назад
asking for CUDA
@forzyx1726
@forzyx1726 2 года назад
@KNOWLEDGE DOCTOR please give zip file code
@lboy2941
@lboy2941 Год назад
deeplearning
@webbabacg31
@webbabacg31 Год назад
tell the password
@teunstegeman8212
@teunstegeman8212 Год назад
What is the password of the files
@holo388
@holo388 Год назад
did you get it ?
@walayatalishah8159
@walayatalishah8159 2 года назад
password?
@Mr-vh8mk
@Mr-vh8mk 2 года назад
yes, me too
@kadaliakshay6770
@kadaliakshay6770 2 года назад
me too
@shaikhaalalai5109
@shaikhaalalai5109 2 года назад
Deeplearning
@shaikhaalalai5109
@shaikhaalalai5109 2 года назад
@@Ak-dw7td min 13:53
@nishithirani6086
@nishithirani6086 Год назад
deeplearning
@KavithBro
@KavithBro Год назад
nice video...but where is the password
@godakartik8110
@godakartik8110 Год назад
it is 'deeplearning'. he talked about it somewhere in the middle of the video. displayed it on screen also
@whereismap1968
@whereismap1968 2 года назад
Hi. Can you say zip password? Thanks
@whereismap1968
@whereismap1968 2 года назад
ooo. so sorry. i watching your video and see password. :) Again sorry
@g.iiiejidoh8591
@g.iiiejidoh8591 2 года назад
@@whereismap1968 give me code please
@lboy2941
@lboy2941 Год назад
deeplearning
@kambalemoise2613
@kambalemoise2613 2 года назад
Password
@dahiruhashimu4766
@dahiruhashimu4766 2 года назад
password
@nishithirani6086
@nishithirani6086 Год назад
deeplearning
@shihab88366
@shihab88366 8 дней назад
zip passworde
@khuzdaradventures5772
@khuzdaradventures5772 Год назад
lots of errors
@theender6449
@theender6449 Год назад
THE PASSWORD IS deeplearning
@sisuhitler6164
@sisuhitler6164 10 месяцев назад
@knowledgedoctor3849 what is password zip file???
@burhonabdullayev9372
@burhonabdullayev9372 2 года назад
hi how are you all I have a problem No file or directory found at MyTrainigModel.h5
@1377mahmoud
@1377mahmoud 5 месяцев назад
what's the password for your repository zip file?????
@shubhammusale692
@shubhammusale692 Месяц назад
what is password for opening code file
@adarshtiwari5970
@adarshtiwari5970 Год назад
what is the password for zip file
@matteoferrario4925
@matteoferrario4925 Год назад
deeplearning
Далее
Face recognition in real-time | with Opencv and Python
28:19
Python Face Recognition Tutorial
31:18
Просмотров 623 тыс.
SITUATION IN FAST FOOD
00:19
Просмотров 2,3 млн
Live Face Recognition in Python
16:16
Просмотров 136 тыс.
Python Face Recognition (Beginner Tutorial)
12:36
Просмотров 37 тыс.
Face Recognition With Raspberry Pi + OpenCV + Python
7:15
Pydantic is all you need: Jason Liu
17:55
Просмотров 164 тыс.
Hacking Websites with SQL Injection - Computerphile
8:59