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)
@knowledgedoctor38492 жыл бұрын
Yes Cool
@ilyasmerrounouahabi37042 жыл бұрын
@@knowledgedoctor3849 and @sgdva thank you sooooooo much
@burhonabdullayev93722 жыл бұрын
hi how are you all I have a problem No file or directory found at MyTrainigModel.h5
@thomassmith18422 жыл бұрын
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?
@necroaspect18529 ай бұрын
bro thanks a lot for the help. was really worried about the bug for so long.... it fixed it. thanks again
@thebeastgaming46422 жыл бұрын
The Password of the zip file is deeplearning
@seshanthseshu92332 жыл бұрын
Thank u so much Bro
@shubhammusale6926 ай бұрын
thank u bro
@علیاصغرنژادیپور25 күн бұрын
What is it that is with the photos folder from the beginning
@MrUmsdavid2 жыл бұрын
very comprehensive tutorial, one of the best or maybe the best tutorial i found in KZbin ! Thanks!
@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 Жыл бұрын
Follow Latest Face Recognition Project too Get More Idea about That🔥
@syedqasimalinaqvi2605 Жыл бұрын
@@knowledgedoctor3849 whats the passward of the zipfile
@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
@dharmeshbhatiya75072 жыл бұрын
model.predict_classes not working in python 3.10
@molybdaen456 сағат бұрын
Thanks Chando
@Abhi-jz4cp Жыл бұрын
its asking for password to open the file,whats the password?
@ЕркебуланТулегенов-ы9и7 ай бұрын
deeplearning
@robbysaputra48575 ай бұрын
sir whar keras version you use ? and what tensorflow version?
@santhoshm8834 Жыл бұрын
I am getting DLL load failed while importing _pywrap_tensorflow_internal: The specified module could not be found. How to solve this?
@MrOsobuy Жыл бұрын
Thank you! Great video! Keep going!
@jodhiethiraj6504 Жыл бұрын
Sir teachable machine instead of wht can be use?? For coding
@knowledgedoctor3849 Жыл бұрын
We can Use LBPH, CNN, Transfer Learning.
@gagangagan44974 ай бұрын
I am facing a error in importing library "" from keras.models import load_model "" how can we solve this error
@shreenidhin20793 ай бұрын
@gagangagan4497 even I'm facing the same issue.. did the issue get sorted out??
@supriyapadhy133 ай бұрын
Can someone please explain how to solve the keras model issue...
@smartstatus59875 ай бұрын
::open Can't open file: 'haarcascade_frontalface_default.xml' in read mode ERROR
@trainzworldgaming49353 ай бұрын
Did you download a haarcascade file?
@Mr.Siege1232 жыл бұрын
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 Жыл бұрын
how did you solve this?
@azararam4480 Жыл бұрын
did you solve this ?
@suheda503 Жыл бұрын
hello my brother, excellent project. your english very good for me.
@CodyShitagi Жыл бұрын
Incredible, thank you Chando.
@deniengineering2 жыл бұрын
This is should install nvidia cuda who have use nvidia gpu, right?
@aniketsakhare44702 ай бұрын
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
@felixmg54232 ай бұрын
do you already fix it please? i get the same problem
@user-cy7pj7yu9c3 ай бұрын
Which keras version we have to download for this project if we want run This project in 2024
@knowledgedoctor38493 ай бұрын
2.9.0
@user-cy7pj7yu9c3 ай бұрын
Ok brother thankyou
@khushidebbarma55755 ай бұрын
it can work in jupyter notebook ?
@knowledgedoctor38495 ай бұрын
Yes..
@user-cy7pj7yu9c2 ай бұрын
Bhai import tensorflow.keras.could not resolved..ye error baar baar aa raha hai plz guide me how to solve it
@user-cy7pj7yu9c3 ай бұрын
Where I can get this images ?
@timelesshistory194 ай бұрын
How to open keras.model h5 file??
@dodipasaribu37062 жыл бұрын
what algorithm do you use? (Face)
@beneadie3202 Жыл бұрын
your github repo has zip files wihtin zip files and they're password protected
@KauanPecanha6 ай бұрын
the password is deeplearning, bro
@deepaklohana70046 ай бұрын
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Ай бұрын
it's probably too late to reply you have to open cmd and cd to your face recognition folder and pip install opencv-python
@006premchandgiri59 ай бұрын
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
@knowledgedoctor38499 ай бұрын
Your camera is not opening properly
@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 Жыл бұрын
may i ask for the password for the zip file?
@prnop1176 Жыл бұрын
deeplearning
@riyazsgurukul24312 жыл бұрын
can you help me with creating 3d face recognition models
@mohammedkamran85592 жыл бұрын
How do I detect object like bottle, what changes do I need to make in ur code??
@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 Жыл бұрын
Watch latest face recognition videos.
@georgejere2306 Жыл бұрын
@@knowledgedoctor3849 which video please you can tag it for me
@vjsl33343 ай бұрын
BRO WHATS THE PASSWORD FOR THE FILES U PROVIDED? ITS PASSWORD PROTECTED...
@Arfath-h2o3 ай бұрын
deeplearning
@rakshithvs24982 жыл бұрын
done all what u did.. but im getting exception thrown in tensorflow.. what to do?
@prnop1176 Жыл бұрын
I am getting AttributeError: 'Sequential' object has no attribute 'predict_class
@snehasamrudhidhal125510 ай бұрын
What is the password for your zip files?
@frankstekelenburg18552 жыл бұрын
@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 Жыл бұрын
same issue. did u find any way to fix this issue over these days?
@MACWARE.GAMING Жыл бұрын
Bro it says...attribute error 'sequential' object has no attribute 'predict_classes'
@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
@bralex432 жыл бұрын
how does you generate Tony stark photos?? any library or page please?
@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 Жыл бұрын
Can u help my project I need multiple face recognition system.
@knowledgedoctor3849 Жыл бұрын
Check latest face recognition video
@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
@aligalajoel71522 жыл бұрын
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
@rubervalsantos60602 жыл бұрын
good evening , what is the password of the zip file please ??
@danielizalde87182 жыл бұрын
did you get the password?
@guerbuga2 жыл бұрын
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?
@knowledgedoctor38492 жыл бұрын
Yes I Train it In Windows Machine That's Why This Error
@guerbuga2 жыл бұрын
@@knowledgedoctor3849 ok, how can I solve this? 🙃
@iulianmatei73362 жыл бұрын
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
@muhammadbinshakeel30872 жыл бұрын
awesome 👍👍
@Vaibhav_Rautela Жыл бұрын
Love you brother❤
@abdulbasitmagsi5642 жыл бұрын
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 Жыл бұрын
i am having same issue, did your issue got resolved brother ?
@knowledgedoctor3849 Жыл бұрын
Version error cz predict_class Just support on tensorflow 2.3.0. Latest one you need to argmax the prediction
@abdulbasitmagsi564 Жыл бұрын
@@faijaanmemon no brother not now
@faijaanmemon Жыл бұрын
@@knowledgedoctor3849 Okay, thank you brother.
@sivakumar7679 Жыл бұрын
Bro how did you solve this issue..i too have same error
@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
@abhinavadattareddy9756 ай бұрын
Bro, KERAS not working in test.py PLS help, PLS....
@aniketsakhare44702 ай бұрын
bro tell me what did you do instead ? same problem here it says that keras.models could not be resolved
@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 Жыл бұрын
Coming Up Soon, ML Based Already Uploaded
@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 Жыл бұрын
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 Жыл бұрын
Have you got the solution??
@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
@retechcreation3 жыл бұрын
Knowledgeable video bro
@knowledgedoctor38493 жыл бұрын
Thanks Dear
@kamranhaq29072 жыл бұрын
win rar file is password protected?
@opataebubechukwu52932 жыл бұрын
the zip file containing the repo has a password on it
@lboy29412 жыл бұрын
deeplearning
@CodeWithSujal Жыл бұрын
What is the zip file password
@tobiass.99522 жыл бұрын
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 Жыл бұрын
where can i get the zip file
@권민희-t3x2 жыл бұрын
thank u!!! awesome
@rajnishadhikari928011 ай бұрын
while i tired to open the zip file from github it is password protected what's the password ?
@necroaspect18529 ай бұрын
deeplearning
@MuhammadShoaib-tm9no Жыл бұрын
awesome
@ANANDAFIRLYAMELIA9 ай бұрын
what is the password for the datacollect file in your github zip folder?
@necroaspect18529 ай бұрын
deeplearning
@zekisucu11 ай бұрын
what is the zip files passwords
@abhishekdeshpande24592 жыл бұрын
Can we make a custom data set of our own face using mobile photos ?
@UGPAIDGAMER2 жыл бұрын
can i get your specs?? or only your graphics card name
@g.iiiejidoh85912 жыл бұрын
where is paroll for winrar in github ?
@lboy29412 жыл бұрын
deeplearning
@deniengineering2 жыл бұрын
There is problem with opening my webcam, any solution?
@lboy29412 жыл бұрын
deeplearning
@MuhammadBilal-th2yv2 жыл бұрын
what is the password for zip file?
@lboy29412 жыл бұрын
deeplearning
@abeerkumar Жыл бұрын
bruh what is the password of your RAR file given in description
@Deez.jon196 ай бұрын
what is the password??
@athfrl81574 ай бұрын
Really cool explanation, but when i download your file, it has password to extract. What is the pass brother ?
@khuzdaradventures5772 Жыл бұрын
error in predicte and h5 file
@aakankshakhedkar74168 ай бұрын
zip file have password plz share it
@lavankarthikseepathi8 ай бұрын
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
@156NayanVaidya7 ай бұрын
Have you solved the error, if so then please tell me also, mine is not happening.
@forzyx17262 жыл бұрын
what is the zip file password bruh
@nishithirani60862 жыл бұрын
deeplearning
@changothi5382 жыл бұрын
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 Жыл бұрын
same issue. found any fix?
@changothi538 Жыл бұрын
@@godakartik8110 U can replace this code: cv2.waitKey(1) with k=cv2.waitKey(1) if k==ord('q'): break
@godakartik8110 Жыл бұрын
@@changothi538 bruhhhh. That just changed what key is pressed to quit the feed. Nothing to do with the face recognition model
@changothi538 Жыл бұрын
@@godakartik8110 sorry bro. I comment wrong video. 😅
@yashdubey7564 Жыл бұрын
@@changothi538have you got the solution??
@Shadowishperz Жыл бұрын
import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'
@knowledgedoctor3849 Жыл бұрын
Install it
@Shadowishperz Жыл бұрын
Yep thnks got it ❤
@Shadowishperz Жыл бұрын
But there is another error too what was your tensor flow version?
@ismailforeveryone6889 Жыл бұрын
it's not working
@AyushKumar-ez1xj2 жыл бұрын
how to increase its efficiency
@knowledgedoctor38492 жыл бұрын
For Efficiency Need to Use Another Algorithm, Coming Up Soon💘
@prem-god3 жыл бұрын
Bro can you provide the Google colab source code link for deepFake project. Your colab link in that video is not working
@knowledgedoctor38492 жыл бұрын
Let me check
@mehedihasansabuj28092 жыл бұрын
how to detect unkown person?
@walayatalishah81593 жыл бұрын
password?
@Mr-vh8mk2 жыл бұрын
yes, me too
@kadaliakshay67702 жыл бұрын
me too
@shaikhaalalai51092 жыл бұрын
Deeplearning
@shaikhaalalai51092 жыл бұрын
@@Ak-dw7td min 13:53
@nishithirani60862 жыл бұрын
deeplearning
@rohithtunuguntla66702 жыл бұрын
if classIndex==0: NameError: name 'classIndex' is not defined ???
@ilyasmerrounouahabi37042 жыл бұрын
same problem
@vladiaz Жыл бұрын
amazing job chando! i want to start learning this opencv. can ypu share the password of the github repo? thanks in advance
@prem-god3 жыл бұрын
Super Awesome bro 👍👍 but I can't install tensorflow 😔
@knowledgedoctor38493 жыл бұрын
No Problem, I am coming with this solution.. With another Video
@SarojPanda262 жыл бұрын
@@knowledgedoctor3849 when bro?
@knowledgedoctor38492 жыл бұрын
Soon, Let me Make Another Project.
@Mr.Siege1232 жыл бұрын
enable long path watch video
@thanatos8551 Жыл бұрын
can someone tell me zip password?
@TanayaAjayDahake Жыл бұрын
where is password?
@SheshanSilva Жыл бұрын
asking for CUDA
@webbabacg31 Жыл бұрын
tell the password
@HareeshKumarYerragolla Жыл бұрын
password of zip file anyone.??
@teunstegeman82122 жыл бұрын
What is the password of the files
@holo388 Жыл бұрын
did you get it ?
@KavithBro Жыл бұрын
nice video...but where is the password
@godakartik8110 Жыл бұрын
it is 'deeplearning'. he talked about it somewhere in the middle of the video. displayed it on screen also
@aliraza-zl8ft Жыл бұрын
that is awesome i download github files but it is asking for password can you tell me password of your zipfile
@sebideaconu6210 Жыл бұрын
did u find the password? i need it too
@puneetsingh2842 Жыл бұрын
@@sebideaconu6210 its "deeplearning"
@shihab883665 ай бұрын
zip passworde
@dahiruhashimu47662 жыл бұрын
password
@nishithirani60862 жыл бұрын
deeplearning
@jackofalltrades12022 жыл бұрын
!empty() in function 'cv::CascadeClassifier::detectMultiScale'