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

  Рет қаралды 110,021

KNOWLEDGE DOCTOR

KNOWLEDGE DOCTOR

Күн бұрын

Пікірлер: 202
@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 2 жыл бұрын
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 9 ай бұрын
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 2 жыл бұрын
Thank u so much Bro
@shubhammusale692
@shubhammusale692 6 ай бұрын
thank u bro
@علیاصغرنژادیپور
@علیاصغرنژادیپور 25 күн бұрын
What is it that is with the photos folder from the beginning
@MrUmsdavid
@MrUmsdavid 2 жыл бұрын
very comprehensive tutorial, one of the best or maybe the best tutorial i found in KZbin ! Thanks!
@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 Жыл бұрын
@@knowledgedoctor3849 whats the passward of the zipfile
@aryangarg0608
@aryangarg0608 Жыл бұрын
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
@dharmeshbhatiya7507
@dharmeshbhatiya7507 2 жыл бұрын
model.predict_classes not working in python 3.10
@molybdaen45
@molybdaen45 6 сағат бұрын
Thanks Chando
@Abhi-jz4cp
@Abhi-jz4cp Жыл бұрын
its asking for password to open the file,whats the password?
@ЕркебуланТулегенов-ы9и
@ЕркебуланТулегенов-ы9и 7 ай бұрын
deeplearning
@robbysaputra4857
@robbysaputra4857 5 ай бұрын
sir whar keras version you use ? and what tensorflow version?
@santhoshm8834
@santhoshm8834 Жыл бұрын
I am getting DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found. How to solve this?
@MrOsobuy
@MrOsobuy Жыл бұрын
Thank you! Great video! Keep going!
@jodhiethiraj6504
@jodhiethiraj6504 Жыл бұрын
Sir teachable machine instead of wht can be use?? For coding
@knowledgedoctor3849
@knowledgedoctor3849 Жыл бұрын
We can Use LBPH, CNN, Transfer Learning.
@gagangagan4497
@gagangagan4497 4 ай бұрын
I am facing a error in importing library "" from keras.models import load_model "" how can we solve this error
@shreenidhin2079
@shreenidhin2079 3 ай бұрын
@gagangagan4497 even I'm facing the same issue.. did the issue get sorted out??
@supriyapadhy13
@supriyapadhy13 3 ай бұрын
Can someone please explain how to solve the keras model issue...
@smartstatus5987
@smartstatus5987 5 ай бұрын
::open Can't open file: 'haarcascade_frontalface_default.xml' in read mode ERROR
@trainzworldgaming4935
@trainzworldgaming4935 3 ай бұрын
Did you download a haarcascade file?
@Mr.Siege123
@Mr.Siege123 2 жыл бұрын
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 ?
@suheda503
@suheda503 Жыл бұрын
hello my brother, excellent project. your english very good for me.
@CodyShitagi
@CodyShitagi Жыл бұрын
Incredible, thank you Chando.
@deniengineering
@deniengineering 2 жыл бұрын
This is should install nvidia cuda who have use nvidia gpu, right?
@aniketsakhare4470
@aniketsakhare4470 2 ай бұрын
I NEED HELP PLEASE!!! In the test.py file 5th line from "keras.models import load_model " , it is saying that keras.model could not be resolved pylance(reportMissingImports). please tell me what to do , my python version is 3.11.5 and tf version is 2.17.0 . I think it is related to version problem please help
@felixmg5423
@felixmg5423 2 ай бұрын
do you already fix it please? i get the same problem
@user-cy7pj7yu9c
@user-cy7pj7yu9c 3 ай бұрын
Which keras version we have to download for this project if we want run This project in 2024
@knowledgedoctor3849
@knowledgedoctor3849 3 ай бұрын
2.9.0
@user-cy7pj7yu9c
@user-cy7pj7yu9c 3 ай бұрын
Ok brother thankyou
@khushidebbarma5575
@khushidebbarma5575 5 ай бұрын
it can work in jupyter notebook ?
@knowledgedoctor3849
@knowledgedoctor3849 5 ай бұрын
Yes..
@user-cy7pj7yu9c
@user-cy7pj7yu9c 2 ай бұрын
Bhai import tensorflow.keras.could not resolved..ye error baar baar aa raha hai plz guide me how to solve it
@user-cy7pj7yu9c
@user-cy7pj7yu9c 3 ай бұрын
Where I can get this images ?
@timelesshistory19
@timelesshistory19 4 ай бұрын
How to open keras.model h5 file??
@dodipasaribu3706
@dodipasaribu3706 2 жыл бұрын
what algorithm do you use? (Face)
@beneadie3202
@beneadie3202 Жыл бұрын
your github repo has zip files wihtin zip files and they're password protected
@KauanPecanha
@KauanPecanha 6 ай бұрын
the password is deeplearning, bro
@deepaklohana7004
@deepaklohana7004 6 ай бұрын
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'
@optimumpr1de
@optimumpr1de Ай бұрын
it's probably too late to reply you have to open cmd and cd to your face recognition folder and pip install opencv-python
@006premchandgiri5
@006premchandgiri5 9 ай бұрын
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 9 ай бұрын
Your camera is not opening properly
@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
@nayjelalas289
@nayjelalas289 Жыл бұрын
may i ask for the password for the zip file?
@prnop1176
@prnop1176 Жыл бұрын
deeplearning
@riyazsgurukul2431
@riyazsgurukul2431 2 жыл бұрын
can you help me with creating 3d face recognition models
@mohammedkamran8559
@mohammedkamran8559 2 жыл бұрын
How do I detect object like bottle, what changes do I need to make in ur code??
@georgejere2306
@georgejere2306 Жыл бұрын
@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 Жыл бұрын
Watch latest face recognition videos.
@georgejere2306
@georgejere2306 Жыл бұрын
@@knowledgedoctor3849 which video please you can tag it for me
@vjsl3334
@vjsl3334 3 ай бұрын
BRO WHATS THE PASSWORD FOR THE FILES U PROVIDED? ITS PASSWORD PROTECTED...
@Arfath-h2o
@Arfath-h2o 3 ай бұрын
deeplearning
@rakshithvs2498
@rakshithvs2498 2 жыл бұрын
done all what u did.. but im getting exception thrown in tensorflow.. what to do?
@prnop1176
@prnop1176 Жыл бұрын
I am getting AttributeError: 'Sequential' object has no attribute 'predict_class
@snehasamrudhidhal1255
@snehasamrudhidhal1255 10 ай бұрын
What is the password for your zip files?
@frankstekelenburg1855
@frankstekelenburg1855 2 жыл бұрын
@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?
@MACWARE.GAMING
@MACWARE.GAMING Жыл бұрын
Bro it says...attribute error 'sequential' object has no attribute 'predict_classes'
@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
@bralex43
@bralex43 2 жыл бұрын
how does you generate Tony stark photos?? any library or page please?
@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)
@pankajjoshi4206
@pankajjoshi4206 Жыл бұрын
Can u help my project I need multiple face recognition system.
@knowledgedoctor3849
@knowledgedoctor3849 Жыл бұрын
Check latest face recognition video
@pankajjoshi4206
@pankajjoshi4206 Жыл бұрын
@@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
@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
@rubervalsantos6060
@rubervalsantos6060 2 жыл бұрын
good evening , what is the password of the zip file please ??
@danielizalde8718
@danielizalde8718 2 жыл бұрын
did you get the password?
@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 2 жыл бұрын
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
@muhammadbinshakeel3087
@muhammadbinshakeel3087 2 жыл бұрын
awesome 👍👍
@Vaibhav_Rautela
@Vaibhav_Rautela Жыл бұрын
Love you brother❤
@abdulbasitmagsi564
@abdulbasitmagsi564 2 жыл бұрын
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
@nirjhardas446
@nirjhardas446 Жыл бұрын
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
@abhinavadattareddy975
@abhinavadattareddy975 6 ай бұрын
Bro, KERAS not working in test.py PLS help, PLS....
@aniketsakhare4470
@aniketsakhare4470 2 ай бұрын
bro tell me what did you do instead ? same problem here it says that keras.models could not be resolved
@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
@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
@akidukaida1598
@akidukaida1598 Жыл бұрын
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 Жыл бұрын
Have you got the solution??
@aryangarg0608
@aryangarg0608 Жыл бұрын
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
@retechcreation
@retechcreation 3 жыл бұрын
Knowledgeable video bro
@knowledgedoctor3849
@knowledgedoctor3849 3 жыл бұрын
Thanks Dear
@kamranhaq2907
@kamranhaq2907 2 жыл бұрын
win rar file is password protected?
@opataebubechukwu5293
@opataebubechukwu5293 2 жыл бұрын
the zip file containing the repo has a password on it
@lboy2941
@lboy2941 2 жыл бұрын
deeplearning
@CodeWithSujal
@CodeWithSujal Жыл бұрын
What is the zip file password
@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?
@josee2679
@josee2679 Жыл бұрын
where can i get the zip file
@권민희-t3x
@권민희-t3x 2 жыл бұрын
thank u!!! awesome
@rajnishadhikari9280
@rajnishadhikari9280 11 ай бұрын
while i tired to open the zip file from github it is password protected what's the password ?
@necroaspect1852
@necroaspect1852 9 ай бұрын
deeplearning
@MuhammadShoaib-tm9no
@MuhammadShoaib-tm9no Жыл бұрын
awesome
@ANANDAFIRLYAMELIA
@ANANDAFIRLYAMELIA 9 ай бұрын
what is the password for the datacollect file in your github zip folder?
@necroaspect1852
@necroaspect1852 9 ай бұрын
deeplearning
@zekisucu
@zekisucu 11 ай бұрын
what is the zip files passwords
@abhishekdeshpande2459
@abhishekdeshpande2459 2 жыл бұрын
Can we make a custom data set of our own face using mobile photos ?
@UGPAIDGAMER
@UGPAIDGAMER 2 жыл бұрын
can i get your specs?? or only your graphics card name
@g.iiiejidoh8591
@g.iiiejidoh8591 2 жыл бұрын
where is paroll for winrar in github ?
@lboy2941
@lboy2941 2 жыл бұрын
deeplearning
@deniengineering
@deniengineering 2 жыл бұрын
There is problem with opening my webcam, any solution?
@lboy2941
@lboy2941 2 жыл бұрын
deeplearning
@MuhammadBilal-th2yv
@MuhammadBilal-th2yv 2 жыл бұрын
what is the password for zip file?
@lboy2941
@lboy2941 2 жыл бұрын
deeplearning
@abeerkumar
@abeerkumar Жыл бұрын
bruh what is the password of your RAR file given in description
@Deez.jon19
@Deez.jon19 6 ай бұрын
what is the password??
@athfrl8157
@athfrl8157 4 ай бұрын
Really cool explanation, but when i download your file, it has password to extract. What is the pass brother ?
@khuzdaradventures5772
@khuzdaradventures5772 Жыл бұрын
error in predicte and h5 file
@aakankshakhedkar7416
@aakankshakhedkar7416 8 ай бұрын
zip file have password plz share it
@lavankarthikseepathi
@lavankarthikseepathi 8 ай бұрын
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
@156NayanVaidya
@156NayanVaidya 7 ай бұрын
Have you solved the error, if so then please tell me also, mine is not happening.
@forzyx1726
@forzyx1726 2 жыл бұрын
what is the zip file password bruh
@nishithirani6086
@nishithirani6086 2 жыл бұрын
deeplearning
@changothi538
@changothi538 2 жыл бұрын
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 Жыл бұрын
​@@changothi538have you got the solution??
@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?
@ismailforeveryone6889
@ismailforeveryone6889 Жыл бұрын
it's not working
@AyushKumar-ez1xj
@AyushKumar-ez1xj 2 жыл бұрын
how to increase its efficiency
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
For Efficiency Need to Use Another Algorithm, Coming Up Soon💘
@prem-god
@prem-god 3 жыл бұрын
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
@mehedihasansabuj2809
@mehedihasansabuj2809 2 жыл бұрын
how to detect unkown person?
@walayatalishah8159
@walayatalishah8159 3 жыл бұрын
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 2 жыл бұрын
deeplearning
@rohithtunuguntla6670
@rohithtunuguntla6670 2 жыл бұрын
if classIndex==0: NameError: name 'classIndex' is not defined ???
@ilyasmerrounouahabi3704
@ilyasmerrounouahabi3704 2 жыл бұрын
same problem
@vladiaz
@vladiaz Жыл бұрын
amazing job chando! i want to start learning this opencv. can ypu share the password of the github repo? thanks in advance
@prem-god
@prem-god 3 жыл бұрын
Super Awesome bro 👍👍 but I can't install tensorflow 😔
@knowledgedoctor3849
@knowledgedoctor3849 3 жыл бұрын
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 2 жыл бұрын
enable long path watch video
@thanatos8551
@thanatos8551 Жыл бұрын
can someone tell me zip password?
@TanayaAjayDahake
@TanayaAjayDahake Жыл бұрын
where is password?
@SheshanSilva
@SheshanSilva Жыл бұрын
asking for CUDA
@webbabacg31
@webbabacg31 Жыл бұрын
tell the password
@HareeshKumarYerragolla
@HareeshKumarYerragolla Жыл бұрын
password of zip file anyone.??
@teunstegeman8212
@teunstegeman8212 2 жыл бұрын
What is the password of the files
@holo388
@holo388 Жыл бұрын
did you get it ?
@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
@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"
@shihab88366
@shihab88366 5 ай бұрын
zip passworde
@dahiruhashimu4766
@dahiruhashimu4766 2 жыл бұрын
password
@nishithirani6086
@nishithirani6086 2 жыл бұрын
deeplearning
@jackofalltrades1202
@jackofalltrades1202 2 жыл бұрын
!empty() in function 'cv::CascadeClassifier::detectMultiScale'
@knowledgedoctor3849
@knowledgedoctor3849 2 жыл бұрын
I think You forget to take the harcasecade file
@kambalemoise2613
@kambalemoise2613 2 жыл бұрын
Password
Python Face Recognition (Beginner Tutorial)
12:36
Matthew Berman
Рет қаралды 68 М.
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 49 МЛН
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 44 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,6 МЛН
Face recognition in real-time | with Opencv and Python
28:19
Pysource
Рет қаралды 290 М.
OpenCV Python TUTORIAL #4 for Face Recognition and Identification
1:06:24
CodingEntrepreneurs
Рет қаралды 810 М.
Live Face Recognition in Python
16:16
NeuralNine
Рет қаралды 176 М.
Facial Recognition attendance system using python
19:44
I know python
Рет қаралды 655 М.
Coding a FULL App with AI (You Won't Believe This)
15:19
Creator Magic
Рет қаралды 155 М.