Hello! What python version are you using at the moment? I have problems with installing some lib at 3.11 so I'm just wondered what is the optimal these days
line 90, in array = np.frombuffer(blob.download_as_string(), np.uint8) AttributeError: 'NoneType' object has no attribute 'download_as_string' How to get out of this!
00:00 Create real-time face attendance system linked to a database 06:43 Creating a face recognition system 19:34 Add webcam image overlay on background 26:13 The world's first computer vision web development course is here. 38:31 Generate encodings for all images and save them in a pickle file 45:27 Extracting encodings of new faces for face recognition 59:31 Created face recognition and bounding box around face. 1:06:22 Set up Firebase real-time database and storage for attendance project 1:18:56 Real-time attendance tracking using Python script 1:25:23 Upload images to storage bucket and database 1:39:34 Retrieve and display student information from database 1:46:41 Automatically center text in images. 2:01:05 A program updates attendance after 30 seconds; counter determines when to reset attendance data 2:07:59 Automatically update attendance time and mode Crafted by Merlin AI.
Thanks for your great content, it really helped me take my first steps in computer vision. I am wondering about the web dev course. do you teach using opencv in javascript, or is the opencv stuff done serverside. I am keen to learn opencv using javascript, i am good at javascript but struggle to understand using cv.Mat instead of numpy. some instruction from yourself would really help.
Thank you very much Mr Murtaza please keep generating this great content❤ one question pls, how do u specify the locations in the background and modes?
can you please help me out on how can i set up the firebase storage? I badly need to set up that cause on 16 i have my project review but i can't set it up cause its asking to upgrade the storage!!!
hi bro thank u for building this amazing project with such great explaination . can u try to combine both the face recognition attendance system as well as the anti spoofing system by you two months before . hope you will make a more advanced system with real time face recognition with anti spoofing system aslo with real time database . thanks bro once AGAIN
please i have one difficulty in the part of integration the package of face recognition in my project i have 3.12 python version please if you can help me send me a comment as soon as possible
sir how did you check the starting and endpoint of the image at 20:06 , i tried to do similar with my own dimension's but it wont work i kept the 162 and 55 as i don't know how you came about them. imgBackground[162:162+339,55:55+346] = img is what i did but it wont work. what do i do?
Salam Murtaza, Thank You for your great videos, I have received this error after writing imgBackground[162:162 +480, 55:55 + 640]: ValueError: could not broadcast input array from shape (576,1024,3) into shape (480,640,3) , Please how to fix this error?!
Same here.. i also get this error. please give the solutions @Murtaza's Workshop - Robotics and AI for this input imgBackground[40:40 + 633, 800:800 + 414] = imgModeList[0] get this output ValueError: could not broadcast input array from shape (742,530,3) into shape (633,414,3)
You need to resize the input video (webcam) so it can fit into the shape. First make a new variable. resizeV = cv2.resize(img,(640,480),fx=0,fy=0, interpolation = cv2.INTER_CUBIC) and then imgBackground[162:162 + 480, 55:55 + 640] = resizeV
can anyone provide any resources where I can get the background PNG and the modes that are being used in the projects....help will be highly appreciated:)
@@HyperScout-sz9ec check the description. there is an option to enroll to his free course by signing in with google. aftre that you can download the resources images and code.
Firebase Storage portion is not free now first you need to subscribe their package than you will be able to use to instead of firebase which web we can use
cv2.error: OpenCV(4.7.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' , help please
This is okay sir but the attendance is basically marked by the teachers who is present on that particular day right and also this theme also that then why it detects the unreal being like a pictures ? Is this the backlog right?
Thank you for posting Sir i have a question object detection that controls arduino and relay and train as custom using yolov5 ? Thank you for answering in advance
Get this error. please give the solutions @Murtaza's Workshop - Robotics and AI for this input imgBackground[40:40 + 633, 800:800 + 414] = imgModeList[0] get this output ValueError: could not broadcast input array from shape (742,530,3) into shape (633,414,3) How to fix it?
Can you please help me face the error while doing the encoder generator part that please install face recognition model before using face recognition please help me
Hi, I really appreciate the efforts you put in to make this amazing project and guide us through it. Thank you so much. I'm facing a problem at the printing user data on the screen part, everything seems to be fine and I'm getting the output from the database in the run terminal but it isn't showing up on the screen. I would really appreciate help from anyone who might know how to fix this.
Hey Murtaza I completed this project successfully under your guidance , I would like to bring this project to web app but it’s a bit costly for me in India, thanks for this amazing project
Hello! Great tutorial. May I ask where did you get the EncodeFile.p from? And if it's custom made, what is the language used for it? I would like to know details about said file. Thank you!
Traceback (most recent call last): File "D:\Projects\face recognition using real time database\venv\main.py", line 140, in imgBackground[175:175 + 216, 909:909 + 216] = imgStudent ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: could not broadcast input array from shape (0,) into shape (216,216,3) Process finished with exit code 1 plzz help in how to solve this error at timer 1:58 somewhat
ValueError: could not broadcast input array from shape (217,385,3) into shape (712,385,3): Respected Murtaza, kindly provide the images so that i can resolve this issue. I hope you will respond
Please does of you who want the resources and images . When you are watching the video, with the path down the video and click on the more and it will open the information and inside you will find a link which will direct you to the page the resources and images are stored. I hope I helped you.
Thank you. how to use this code with ip camera I try your previous code for ip camera but the video is very very slow Can you do a video abut this idea Many thanks in advance
sir the main program after face recognition code is showing an error "ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (3,) + inhomogeneous part."
hello sir this video is excellent . in Add Data To the Database video section create secrete file but how to create that file in my laptop that not create give any other path to create that file.
Keep exploring at brilliant.org/Murtaza/. Get started for free, and hurry-the first 200 people get 20% off an annual premium subscription.
AWESOME
Please your tutorial are good but it is best if you can attend to your subscribers issues, many are getting error on this code
Hello!
What python version are you using at the moment?
I have problems with installing some lib at 3.11 so I'm just wondered what is the optimal these days
line 90, in
array = np.frombuffer(blob.download_as_string(), np.uint8)
AttributeError: 'NoneType' object has no attribute 'download_as_string'
How to get out of this!
what are you using to code this? It looks like Android Studio but it isn't?
00:00 Create real-time face attendance system linked to a database
06:43 Creating a face recognition system
19:34 Add webcam image overlay on background
26:13 The world's first computer vision web development course is here.
38:31 Generate encodings for all images and save them in a pickle file
45:27 Extracting encodings of new faces for face recognition
59:31 Created face recognition and bounding box around face.
1:06:22 Set up Firebase real-time database and storage for attendance project
1:18:56 Real-time attendance tracking using Python script
1:25:23 Upload images to storage bucket and database
1:39:34 Retrieve and display student information from database
1:46:41 Automatically center text in images.
2:01:05 A program updates attendance after 30 seconds; counter determines when to reset attendance data
2:07:59 Automatically update attendance time and mode
Crafted by Merlin AI.
Is this anti spoof too?
Nice
This is awesome! Gonna learn this so I can teach this to my students at Middle Schools in NYC!
I will use this to help me on a school project, I really hope it's helpfull, thanks a lot for this video!
Bro please help me 😭
Assalam alayoum Murtaza,
thank you so much for your teaching work and videos 👍🏽.
Jazakallahou khayran🙏🏽
pycharm
@@adityarudrajaykar
you have a great teaching style. Thank you for the effort to make these videos
Please tell me what method of face recognition is used in the library that is used in the video for recognition?
Thanks for your great content, it really helped me take my first steps in computer vision. I am wondering about the web dev course. do you teach using opencv in javascript, or is the opencv stuff done serverside. I am keen to learn opencv using javascript, i am good at javascript but struggle to understand using cv.Mat instead of numpy. some instruction from yourself would really help.
Thank you very much Mr Murtaza please keep generating this great content❤
one question pls, how do u specify the locations in the background and modes?
are YOU FIND IT,
??
Did you find it?
@@deepthiacharya9991 i create my self images
Thank you so much brother. It is very helpful
Thank you so much, Sir. This is my first self project, And I learnt sooo much. This was so cool. You are the best. So grateful for this.
was it running well on your system? I keep getting a problem saying I'm must install face-recognition-models when tho I have it.
can you please help me out on how can i set up the firebase storage?
I badly need to set up that cause on 16 i have my project review but i can't set it up cause its asking to upgrade the storage!!!
@@monalishasahoo9563 Ok. I managed to finish it yesterday.
@murtazasworkshop - Love all your video courses! Great teacher!!! Your youtube channel, one of the best I found!
hi bro thank u for building this amazing project with such great explaination . can u try to combine both the face recognition attendance system as well as the anti spoofing system by you two months before . hope you will make a more advanced system with real time face recognition with anti spoofing system aslo with real time database . thanks bro once AGAIN
Thankyou so much for this wonderful tutorial.. :)
Excellent job.
Is it possible to do the same in c# ?
Or Javascript.
that depends on the opencv library in c# and JS
Thank you from Thailand.
from Turkey
The question is why should we download Visual Studio at the very beginning? Seems it was not used.
Que gran proyecto, muchas gracias por tus enseñanzas :)
Can you please tell me which algorithms you used to train images
Hello Sir. Brilliant work done there. I was wondering if i could get the images in the resources folder
did you find it?
@@sdbar1098 got the same problem, they are not available i think or we should pay in order to get the code repository ....
Thank you so much for sharing your knowledge, Sir.
Thanks for making this video I learned a lot while working on this project!
please i have one difficulty in the part of integration the package of face recognition in my project i have 3.12 python version please if you can help me send me a comment as soon as possible
same
@@meriemnourghozzi8611
Go for python 10
Amazed with explanation. Well organised and clear. Thank you
Amazing video, could you implement a TimeIn-TimeOut and Late status in the log reports?
Thank you sir👋
sir how did you check the starting and endpoint of the image at 20:06 , i tried to do similar with my own dimension's but it wont work i kept the 162 and 55 as i don't know how you came about them.
imgBackground[162:162+339,55:55+346] = img is what i did but it wont work. what do i do?
[162:162+480,55:55+640] try this
Great jobs. Thanks Sir ^^
thank you so much 😀
Amazing, it is too good bro. thankyou
Thank you soo much sir for this awesome project!!!!
can someone help me pls 20:45 i get error "could not broadcast input array from shape (720,1280,3) into shape (480,640,3)"
match both brackets number like the values should be same, you can try this by changing your image size
@@DevanshMatha yeah I realized that 2 days after. I'm new to programming, thanks broo
Same new to coding
Salam Murtaza, Thank You for your great videos,
I have received this error after writing imgBackground[162:162 +480, 55:55 + 640]: ValueError: could not broadcast input array from shape (576,1024,3) into shape (480,640,3) ,
Please how to fix this error?!
Same here.. i also get this error. please give the solutions @Murtaza's Workshop - Robotics and AI
for this input
imgBackground[40:40 + 633, 800:800 + 414] = imgModeList[0]
get this output
ValueError: could not broadcast input array from shape (742,530,3) into shape (633,414,3)
@@XploreeTheEarth Any solution? I am also having the same error
Yeah same error. Did u manage to debug it? If so plz do tell.
@@SidTheGreat420 not yet till now. if you can then let me know,
You need to resize the input video (webcam) so it can fit into the shape. First make a new variable.
resizeV = cv2.resize(img,(640,480),fx=0,fy=0, interpolation = cv2.INTER_CUBIC) and then
imgBackground[162:162 + 480, 55:55 + 640] = resizeV
How to specify locations in the background and modes?? I really need for my final defense
1:12:36 how did he draged the secret file
1:11:40
The most underrated channel on TH-cam!
Thank you very much
Excellent !
can anyone provide any resources where I can get the background PNG and the modes that are being used in the projects....help will be highly appreciated:)
same issue
@@HyperScout-sz9ec check the description. there is an option to enroll to his free course by signing in with google. aftre that you can download the resources images and code.
Same issue
Firebase Storage portion is not free now first you need to subscribe their package than you will be able to use to instead of firebase which web we can use
Thank you brother for this amazing content , it helped me a lot.
very cool unlimited beverage from the tumbler. good work pal. love from guarma
Which algorithm have u used in this sir?
very cool unlimited beverage from tumbler, keep the good work pal. love from guarma
Thanks Murtaza
help please
{'last_attendance_time': '2022-12-11 00:54:34', 'major': 'Physics', 'name': 'Alibi Atabai', 'standing': 'G', 'starting_year': 2009, 'total_attendance': 7, 'year': 2}
Traceback (most recent call last):
File "D:\JOBS\FaceAppRecognition\main.py", line 94, in
array = np.frombuffer(blob.download_as_string(), np.uint8)
AttributeError: 'NoneType' object has no attribute 'download_as_string'
Process finished with exit code 1
please share the solution of this error
help me
Solution please
its pretty urgent man
i m not finding the image which you are used in attendence system background and an all active etc could you please share the image
brilliant ! i want it
which algo and model you had been used in this?
Thanks for charing, Can we get the template that you used I. That project
Thanks a lot sir ❤❤
Great tutorial!
Thank you so much sir
It's working
Love from India🇮🇳❤
hello prakash nirmalkar, please help me with source code; mine not working properly
Sir problem in installing dlib and Face-detection
Me tok
Make sure that you have installed vscode for c++.
@murtazasworkshop sir i am getting problem while installing dlib it saying there is some problem with any subprocess please help me out
beep me i will resolve it for you
@@koladeolaniyan can I get your mail ? I’m having a similar error !
@@koladeolaniyan provide us your social media account that we contact with you am also getting error
Did you try after downloading C complier ?
Same problem comes to me also
cv2.error: OpenCV(4.7.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' , help please
change to cap = cv2.VideoCapture(0)
This is okay sir but the attendance is basically marked by the teachers who is present on that particular day right and also this theme also that then why it detects the unreal being like a pictures ? Is this the backlog right?
Great
thank you very much
make more great videos please
Thank you, I will
Thank you for posting Sir i have a question object detection that controls arduino and relay and train as custom using yolov5 ? Thank you for answering in advance
Get this error. please give the solutions @Murtaza's Workshop - Robotics and AI
for this input
imgBackground[40:40 + 633, 800:800 + 414] = imgModeList[0]
get this output
ValueError: could not broadcast input array from shape (742,530,3) into shape (633,414,3)
How to fix it?
Solution found?
reshape it
Dear sir, I have some error to download source code and fille how can i do it.
Thank you. very useful for me. It is important.
Can you please help me face the error while doing the encoder generator part that please install face recognition model before using face recognition please help me
@@DivyanshuJoshi-tp7hf same error here
@@_vijay-xw7rl brother install one more library ‘systemtool’
@@_vijay-xw7rlgo install one more library from python interpreter’systemtools’
Hi, I really appreciate the efforts you put in to make this amazing project and guide us through it. Thank you so much.
I'm facing a problem at the printing user data on the screen part, everything seems to be fine and I'm getting the output from the database in the run terminal but it isn't showing up on the screen.
I would really appreciate help from anyone who might know how to fix this.
I am facing to install the packages.
@@mujahidalisabir7689 are you able to install dlib and face-recognition?
absolutely perfect good lucky
Hey Murtaza I completed this project successfully under your guidance , I would like to bring this project to web app but it’s a bit costly for me in India, thanks for this amazing project
Can you please help me out🙂.?
@@akashks286 i would be happy to what are you stuck on?
@@yashv1001 can you provide your number?
Hi Yash I want to start this project so I want to talk to you so if you provide me your contact no or instagram id or fb I am very great full to you..
@Yash V
Hello! Great tutorial. May I ask where did you get the EncodeFile.p from? And if it's custom made, what is the language used for it? I would like to know details about said file. Thank you!
how to caculate for mat to crop the image, Thank you sir!
Excuse me sir, is this Haar Cascade algorithm that you used in the video?
Resources are not there in the code and files in your website. Kindly add them too.
Did u find it
@@eswarabhi999all are there in the website
It is there in the website.
Check properly
It is said to click here to download the file and images
@@the_student_projects_where exactly…¿
I got it 🎉
Thank you so much sir
how do i make the graphics beside using your design....coz i cant get access to the graphics file?
Hi may I know what technique are u using?
Very usefull video
amazing!!!
1:12:39 sir , from where to add that secret file please specify
did u add ? i got the same issue
@@Unknow_-pt7zs where is that file, plz tell
need resources like the images and modes!! how do i find it???
Dd u manage to get them?
Hie. Which software do I need to install. and how can design my interface
Thankyou very much sir.Please can I have robotics and intelligence artificial books?
Help with dlib and face rec installation nothing works
Traceback (most recent call last):
File "D:\Projects\face recognition using real time database\venv\main.py", line 140, in
imgBackground[175:175 + 216, 909:909 + 216] = imgStudent
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: could not broadcast input array from shape (0,) into shape (216,216,3)
Process finished with exit code 1 plzz help in how to solve this error at timer 1:58 somewhat
Sir , python and pycharm which version are used dlibe, face-recognization cannot be installed
Same am getting error to install dlib
Murtaza workshop waste your channel , i comment you but not respond me , some error will be come
@@manikandanv7406 tell me alternative channel
dlib needs cmake to be installed and c++ cmake also needed if you installed both then only it works
Hi, one question. Would It work on raspi?
Hello i want to ask, its this capable capture face using camera more 30fps ?
dlib and face-recognition and other some packages are not installing in my current pycharm project folder i am using python version 3.11.3
it was amazing project but its only applicabled for small dataset when you have large amount of they show some error or abnormal behaveior
Can anyone help me, I'm having trouble in putText, it is putting the text in the background image not in modeType
Please have able to run the code successful
ValueError: could not broadcast input array from shape (217,385,3) into shape (712,385,3):
Respected Murtaza, kindly provide the images so that i can resolve this issue. I hope you will respond
same error bro did you find the solution?
bro i have the solution but not effective
change the picture resolution into 712,385
Please does of you who want the resources and images . When you are watching the video, with the path down the video and click on the more and it will open the information and inside you will find a link which will direct you to the page the resources and images are stored. I hope I helped you.
Please will you be able to run the code successful?
Thank you very much my friend I love you
Which technology is needed for this project means what primary skill is required to made this project
Thank you so much
hey there. Is there any library in java that implements face_recognizer for python?
Thank you.
how to use this code with ip camera
I try your previous code for ip camera but the video is very very slow
Can you do a video abut this idea
Many thanks in advance
mr Murtaza.. is it can work on mobile?
sir the main program after face recognition code is showing an error
"ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (3,) + inhomogeneous part."
can you do it like for employee? that has time in and out
are you found it or not. Please reply brother.... >> I need it badly...
thankyou sir
My fave recognition is not gertting installed error in dlib package showing any solution please do let me know please guys
Nice video 🙏
ok. but how do i download the graphics files?
hello sir this video is excellent .
in Add Data To the Database video section create secrete file but how to create that file in my laptop that not create give any other path to create that file.