hi, how r u extracting dataset names you r entering only id not names?? what about if i have to search dataset details like his in/out ATTENDANCE timing u guys didn't write it in excel.
help please,getting this error in recogonize+attendence button, Traceback (most recent call last): File "recognizer.py", line 2, in import xlwrite,firebase.firebase_ini as fire; File "C:\ProgramData\Anaconda3\lib\site-packages\firebase\__init__.py", line 3 from .async import process_pool ^ SyntaxError: invalid syntax
Traceback (most recent call last): File "C:\Users\ACER\Face-Recognition-Attendance-System-master\attendance\dataset_capture.py", line 2, in import cv2 File "C:\Users\ACER\AppData\Local\Programs\Python\Python36-32\lib\site-packages\cv2\__init__.py", line 3, in from .cv2 import * ImportError: DLL load failed: The specified module could not be found. how should i solve ?
how to correct your firebase_ini.py because I'm getting cv2.error: /build/opencv-iC2m9y/opencv-3.2.0+dfsg/contrib/modules/face/src/facerec.cpp:70: error: (-2) File can't be opened for writing! in function save this
hai iam geeting an error can you help me File "training_dataset.py", line 34, in recognizer.write('trainer/trainer.yml') cv2.error: OpenCV(3.4.3) C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp:70: error: (-2:Unspecified error) File can't be opened for writing! in function 'cv::face::FaceRecognizer::write'
Please refer this video th-cam.com/video/6Hhmf_gQ8Y8/w-d-xo.html Possible cause of error is due to no presence of this folder in your directory, maybe something else which can only be debugged by checking your code so watch that video ND download both files in description, it will solve your errors.
@@9459645036 actually this error is occurring due to the opencv version you are using . And this problem nearly presist with everyone trying to create recognizer . So solution is to remove the existing opencv and then install the opencv-contrib. Steps: 1. pip uninstall opencv-python And then 2.pip install opencv-contrib-python This will clear out this issue.
File "training_dataset.py", line 5, in recognizer = cv2.face.LBPHFaceRecognizer_create() AttributeError: module 'cv2.cv2' has no attribute 'face' I am still getting the error even though i Installed commands:pip install OpenCV-python pip install OpenCV-contrib-python
@@techtuber-education how to install the libraries Can you please suggest , I see this line in readme ... Note:1. Please download libraries accordingly by opening python file : tkinter,firebase,numpy,pillow,xlwrite,opencv3.4 But how to install the libraries?
@@SoftwareSimplified-Dtons Open command prompt on your laptop, then type "pip install (library name)" then hit enter. In your case you need to type these in separate lines, "pip install tkinter", "pip install firebase", "pip install numpy", pip install pillow", "pip install xlwrite", "pip install opencv-python". You can only install one at a time. If you need more information search how to install pip libraries on google.
Traceback (most recent call last): File "recognizer.py", line 2, in import xlwrite,firebase.firebase_ini as fire; File "C:\Users\AAMOD\AppData\Local\Programs\Python\Python38-32\lib\site-packages\firebase\__init__.py", line 3 from .async import process_pool ^ SyntaxError: invalid syntax I am having this error, please help me resolve this
Greetings, after I clicked 'create dataset' button, it did prompt me to enter an id, but it did not pop up camera to capture faces after I entered the id (1). However, the webcam light is on. Can you help me please? Thank you very much!
Bro Im getting error that no module name Crypto, but every time I install it using pip the same error occurs.. import xlwrite,firebase.firebase_ini as fire; File "C:\Users\Ayush\AppData\Local\Programs\Python\Python37\lib\site-packages\firebase\__init__.py", line 21, in from Crypto.PublicKey import RSA ModuleNotFoundError: No module named 'Crypto'
Hi @tech tuber, On cloning your project. It was throwing several errors and bugs. Now I've resolved your every bug. Your Attendance recognition and detection running smoothly on my machine. If you want source code, I'll share. Thanks :)
1st error : cmd is not open when I run firstpage.py ... 2nd error : whenever I create 2nd dataset and train it .. then try to recognize ... it through me that "Transaction Blocked" ... all the dataset create in one folder ?? please help ..
Can you help me with this error File "recognizer.py", line 3, in import firebase.firebase_ini as fire; File "C:\Users\Dell\AppData\Local\Programs\Python\Python37\lib\site-packages\firebase\__init__.py", line 3 from .async import process_pool ^ SyntaxError: invalid syntax
Try it with Python 3.6 or u can check our code compressed in .rar maybe u didn't installed all libraries required for this, there is also python installation folder compressed which comes with preinstalled libraries
faces = face_cas.detectMultiScale(gray, 1.3, 7); cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\opencv\modules\objdetect\src\cascadedetect.cpp:1658: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale' i am getting this error
hello please..I am working on face matching project..in this I have to compare a single image with many other images in database..will this work for it!?
hello sir, i when i double click firstpage.py it open the source-code via wing. then i run the code. first page opened nicely. but when i click the create dataset button i receive this issue. what is missing. i installed all the libraries Traceback (most recent call last): File "dataset_capture.py", line 2, in import cv2 ModuleNotFoundError: No module named 'cv2'
help with this error!! I don't have such file... OpenCV Error: Unspecified error (File can't be opened for reading!) in cv::face::FaceRecognizer::read, file C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp, line 61 Traceback (most recent call last): File "recognizer.py", line 9, in recognizer.read('trainer/trainer.yml'); cv2.error: C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp:61: error: (-2) File can't be opened for reading! in function cv::face::FaceRecognizer::read
Traceback (most recent call last): File "recognizer.py", line 2, in import xlwrite,firebase.firebase_ini as fire; File "C:\python-3.7.1\lib\site-packages\firebase\__init__.py", line 3 from .async import process_pool ^ SyntaxError: invalid syntax sir, it is showing error like this please help me ......
build in LBPH converts your captured pic into binary matrix and compare those matrix with current picture binary matrix which result the matching of your picture
Traceback (most recent call last): File "recognizer.py", line 2, in import xlwrite,firebase.firebase_ini as fire; File "C:\Users\THIS PC\AppData\Local\Programs\Python\Python37\lib\site-packages\firebase\__init__.py", line 20, in from Crypto.PublicKey import RSA ModuleNotFoundError: No module named 'Crypto.PublicKey' I have installed XlxsWriter and firebase,firebase admin and even created _init_ folders but still i get this error.I dont know y and ideas.
i sucessfully exicuted the create and train but when i do recog + attendance this error occors assortion failed faces=face_cas detectMultiScale(gray,1.3,7)
i installed opencv even im getting (Traceback (most recent call last): File "dataset_capture.py", line 2, in import cv2 ModuleNotFoundError: No module named 'cv2' )please help me
Hii.. I am doing this project with deep learning will you plz help me to understand how to match our dataset and algorithm to generate excel file... I am using CNN algorithm
you have to run it on python 3.6 and must have openCV 3.4 for this to run, you can refer github description and i will also upload a step by step procedure for this.
help with this error!! OpenCV Error: Unspecified error (File can't be opened for writing!) in cv::face::FaceRecognizer::write, file C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp, line 70 Traceback (most recent call last): File "training_dataset.py", line 34, in recognizer.write('trainer/trainer.yml') cv2.error: C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp:70: error: (-2) File can't be opened for writing! in function cv::face::FaceRecognizer::write
Please help me with this error (base) E:\Attendance6\attendance>python firstpage.py Successfully trained Traceback (most recent call last): File "training_dataset.py", line 34, in recognizer.write('trainer/trainer.yml') cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp:70: error: (-2:Unspecified error) File can't be opened for writing! in function 'cv::face::FaceRecognizer::write'
Install xlsxwriter => pip install xlsxwriter OR easy_install xlsxwriter OR If U're using Anaconda, just go to environments and search for Xlsxwriter or any xls related lib.
downloaded your project from github and getting this error: python3 firstpage.py Traceback (most recent call last): File "firstpage.py", line 3, in from playsound import playsound ModuleNotFoundError: No module named 'playsound'
Hi I'm receiving this ERROR! after installing everything, while using Recognizer attendance kindly if anyone solved this problem and share would be really helpful, Thanks Traceback (most recent call last): File :"recognizer.py", line 4, in import firebase.firebase_ini as fire; File "C:\Python39\lib\site-packages\firebase\__init__.py", line 3 from .async import process_pool ^ SyntaxError: invalid syntax
Traceback (most recent call last): File "C:\Users\Asus\Desktop\Face-Recognition-Attendance-System-master\Face-Recognition-Attendance-System-master\attendance ecognizer.py", line 23, in faces = face_cas.detectMultiScale(gray, 1.3, 7); cv2.error: OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\objdetect\src\cascadedetect.cpp:1689: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale' i got this err can u plzz mention where is haarcascade_profileface.xml this file
Change the value under train model from '30' to 'your_value' (although the larger the value, the better the result), and for the DB part, export the outcome/result to an SQL DB.
For anyone looking for a project source, Check out my recent project. Feel free to fork, modify and comment. Low Resolution Face Recognition Application for Biometric Attendance. Source code for the project can be found here : github.com/dingusagar/AsyncFaceRecognition
File "training_dataset.py", line 31, in faces,Ids = getImagesAndLabels('dataSet') File "training_dataset.py", line 22, in getImagesAndLabels Id=int(os.path.split(imagePath)[-1].split(".")[1]) ValueError: invalid literal for int() with base 10: '15A91A1230' is there any solution.
This is pretty simple program , your efforts are worthy !! 👏👏👏👏
how to solve module 'cv2.cv2' has no attribute 'createLBPHFaceRecognizer' error in the [training_dataSet.py ] code
Install
pip install opencv-contrib-python
hi, how r u extracting dataset names you r entering only id not names?? what about if i have to search dataset details like his in/out ATTENDANCE timing u guys didn't write it in excel.
They already assigned names to spefic id's in recognise.py file
I have excel 2007 so xlwt is not supporting to connect. Can you tell me which library supports excel 2007?
my cmd open and dissappear too quickly, i cant enter data
after clicking on create dataset my web cam is not working
I'm getting error that cv2 module not found.... Pls Pls help me
Is firebase is used in here and if yes then whatever we are capturing is going to your database
hai sir,
i am getting an error of
line 22, in getImagesAndLabels
Id=int(os.path.split(imagePath)[-1].split(".")[0])
how to solve it.
Is any video on ubuntu for face detection for attendance project
help please,getting this error in recogonize+attendence button,
Traceback (most recent call last):
File "recognizer.py", line 2, in
import xlwrite,firebase.firebase_ini as fire;
File "C:\ProgramData\Anaconda3\lib\site-packages\firebase\__init__.py", line 3
from .async import process_pool
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "C:\Users\ACER\Face-Recognition-Attendance-System-master\attendance\dataset_capture.py", line 2, in
import cv2
File "C:\Users\ACER\AppData\Local\Programs\Python\Python36-32\lib\site-packages\cv2\__init__.py", line 3, in
from .cv2 import *
ImportError: DLL load failed: The specified module could not be found.
how should i solve ?
Did you installed all required libraries?
@@techtuber-education yes
Did you download all libraries yourself or from files that I provided in description?
@@techtuber-education i did it both the ways
The libraries which you mentioned on your github link right?
Please upload step by step instructions video for the same
how to correct your firebase_ini.py because I'm getting cv2.error: /build/opencv-iC2m9y/opencv-3.2.0+dfsg/contrib/modules/face/src/facerec.cpp:70: error: (-2) File can't be opened for writing! in function save this
hai iam geeting an error can you help me
File "training_dataset.py", line 34, in
recognizer.write('trainer/trainer.yml')
cv2.error: OpenCV(3.4.3) C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp:70: error: (-2:Unspecified error) File can't be opened for writing! in function 'cv::face::FaceRecognizer::write'
Please refer this video th-cam.com/video/6Hhmf_gQ8Y8/w-d-xo.html
Possible cause of error is due to no presence of this folder in your directory, maybe something else which can only be debugged by checking your code so watch that video ND download both files in description, it will solve your errors.
Thank you
Which algorithm you used for recognition???
I'm getting
attributeerror module 'cv2.cv2' has no attribute 'face'
getting same error
@@9459645036 actually this error is occurring due to the opencv version you are using . And this problem nearly presist with everyone trying to create recognizer . So solution is to remove the existing opencv and then install the opencv-contrib.
Steps:
1. pip uninstall opencv-python
And then
2.pip install opencv-contrib-python
This will clear out this issue.
Can it scan two or more than persons face at once by scanning a image but in groups, like multiple faces?
Can we done same think by using java?
Hlo
Getting modulenotfounderror : no module named named 'firebase.firebase_ini'
Please help me guys
Which database u have used..?
what if some on shows face which is on mobile screen?
I am getting error at recognizer. Py file as import xlwrite.,firebase.firebase_ini as fire;
have u sort the error??
Puvvadi Harish
Please tell me the code for installation of this firebase library in python...
File "training_dataset.py", line 5, in
recognizer = cv2.face.LBPHFaceRecognizer_create()
AttributeError: module 'cv2.cv2' has no attribute 'face'
I am still getting the error even though i Installed
commands:pip install OpenCV-python
pip install OpenCV-contrib-python
did u find the solution??
i am also getting the same problem
@@mohammedzeeshanjagirdar4148 did your problem solved... tell me how do you fixed it ? bhai thoda madad karna bhai muje
Is it hardcoded or what , how did your code know your names... While you just entered the I'd...1or 2...
Yes
hai iam geeting an error can you help me
recognizer = cv2.face.LBPHFaceRecognizer()
AttributeError: module 'cv2.cv2' has no attribute 'face
update your opencv library...it should fix this issue
install opencv3 whatever u use (using annaconda python or simple)
still wahi error aa rahihe opencv3 use krne ke bad bhi @@haseebpervaiz6112
@@tilakpandya8282 ap phir woh environment use karo jis mein apny opencv3 install kia hope it will help.
I'm getting same error
Please explain the source code for building this project.
How it real-life implementation?
Is trainer folder been removed?
when i try to open "firstpage.py", it does not open! even i installed python opencv
You didn't installed other dependent libraries
@@techtuber-education how to install the libraries Can you please suggest , I see this line in readme ... Note:1. Please download libraries accordingly by opening python file : tkinter,firebase,numpy,pillow,xlwrite,opencv3.4
But how to install the libraries?
@@SoftwareSimplified-Dtons Open command prompt on your laptop, then type "pip install (library name)" then hit enter. In your case you need to type these in separate lines, "pip install tkinter", "pip install firebase", "pip install numpy", pip install pillow", "pip install xlwrite", "pip install opencv-python". You can only install one at a time. If you need more information search how to install pip libraries on google.
when we clicking on create dataset ....cmd open and dirttly close..
help me sir this code is not run in my pc
your opening the project file by click, I can't open the project same as you, Please help me to open the file
Traceback (most recent call last):
File "recognizer.py", line 2, in
import xlwrite,firebase.firebase_ini as fire;
File "C:\Users\AAMOD\AppData\Local\Programs\Python\Python38-32\lib\site-packages\firebase\__init__.py", line 3
from .async import process_pool
^
SyntaxError: invalid syntax
I am having this error, please help me resolve this
Greetings, after I clicked 'create dataset' button, it did prompt me to enter an id, but it did not pop up camera to capture faces after I entered the id (1). However, the webcam light is on.
Can you help me please? Thank you very much!
i have the same error
I am getting an error of recognizer.read(trainer\trainer.yml)
Can you explain me the how to use this file.
Great job guys. Can you tell me what kind of paperwork or articles did you use?
please help me
No module named 'firebase.firebase_ini'
when run "recognizer.py" file
did you get any solution??
no
Any solution yet?
pip install python-firebase
@@sumitraj5529 Just install firebase, either manually or CMD: python -m pip install python-firebase
can it works for new version of phyton?
If you're taking code from link than you have to do some changes yourself if any syntax error comes because of new version, rest it's fine
Bro Im getting error that no module name Crypto, but every time I install it using pip the same error occurs..
import xlwrite,firebase.firebase_ini as fire;
File "C:\Users\Ayush\AppData\Local\Programs\Python\Python37\lib\site-packages\firebase\__init__.py", line 21, in
from Crypto.PublicKey import RSA
ModuleNotFoundError: No module named 'Crypto'
import xlwrite
import firebase_admin , solved
Thanks bro...You are awesome
Do you have a project recognition face for android app in java
Hi @tech tuber, On cloning your project. It was throwing several errors and bugs. Now I've resolved your every bug. Your Attendance recognition and detection running smoothly on my machine. If you want source code, I'll share.
Thanks :)
Can you please send me the code :)
ashutoshpr123@gmail.com on this email id
can you please send me the source code... I am facing some error... this is my email id - baisyaanirban1@gmail.com
Can u plz send me the code for this project
syedzeba1199@gmail.com send to my mail plzz
1st error : cmd is not open when I run firstpage.py ...
2nd error : whenever I create 2nd dataset and train it .. then try to recognize ... it through me that "Transaction Blocked" ... all the dataset create in one folder ??
please help ..
will it detect only one face per time or multiple faces also?
Can you help me with this error
File "recognizer.py", line 3, in
import firebase.firebase_ini as fire;
File "C:\Users\Dell\AppData\Local\Programs\Python\Python37\lib\site-packages\firebase\__init__.py", line 3
from .async import process_pool
^
SyntaxError: invalid syntax
Try it with Python 3.6 or u can check our code compressed in .rar maybe u didn't installed all libraries required for this, there is also python installation folder compressed which comes with preinstalled libraries
Try re-installing python-firebase or there might be some import error, another reason could be your outdated python version
No module named crypto but iam installed crypto library again it is showing error
faces = face_cas.detectMultiScale(gray, 1.3, 7);
cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\opencv\modules\objdetect\src\cascadedetect.cpp:1658: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale'
i am getting this error
Can it detect multiple faces at a time
hello please..I am working on face matching project..in this I have to compare a single image with many other images in database..will this work for it!?
what kind of camera is used here
hello sir, i when i double click firstpage.py it open the source-code via wing. then i run the code. first page opened nicely. but when i click the create dataset button i receive this issue. what is missing. i installed all the libraries
Traceback (most recent call last):
File "dataset_capture.py", line 2, in
import cv2
ModuleNotFoundError: No module named 'cv2'
Install module cv2 by pip install cv2
Also Install
pip install opencv-contrib-python
when will you upload separate video??
Please you can help me
This erreur
recognizer = cv2.face.LBPHFaceRecognizer_create()
AttributeError: module 'cv2.cv2' has no attribute 'face'
Install
pip install opencv-contrib-python
can u tell me the algorthim used for this project
LBPH algorithm
@@techtuber-education for recognition
help with this error!! I don't have such file...
OpenCV Error: Unspecified error (File can't be opened for reading!) in cv::face::FaceRecognizer::read, file C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp, line 61
Traceback (most recent call last):
File "recognizer.py", line 9, in
recognizer.read('trainer/trainer.yml');
cv2.error: C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp:61: error: (-2) File can't be opened for reading! in function cv::face::FaceRecognizer::read
Can it recognize multiple faces at same time?
Traceback (most recent call last):
File "recognizer.py", line 2, in
import xlwrite,firebase.firebase_ini as fire;
File "C:\python-3.7.1\lib\site-packages\firebase\__init__.py", line 3
from .async import process_pool
^
SyntaxError: invalid syntax
sir, it is showing error like this please help me ......
did you solved the error ,if yes then solve mine too
@@suyogsonawale7349 i didn't solved
can it be done with opencv 3.4.1
yes, but you need to change the syntax according to it
Does it use some form of deep learning for facial recognition?
ya LBPH( Local Binary Patterns Histogram) algorithm is used in it.
build in LBPH converts your captured pic into binary matrix and compare those matrix with current picture binary matrix which result the matching of your picture
hello how can i contact uuu???...pls its urgent
'py' is not recognized as an internal or external command when pressing the button
th-cam.com/video/eC-7AIYXHfs/w-d-xo.html
instead py write python
Hi, great demo. Do you take facial recognition for attendance project..?
th-cam.com/video/OJesgFpc6as/w-d-xo.html
Bro this code is not available now
ImportError: No module named 'firebase_admin'
can u help me out.plzz
type pip install firebase-admin in cmd
Will u please allobrate more
from where we can see the video step by step so that we could understand the logic?
Traceback (most recent call last):
File "recognizer.py", line 2, in
import xlwrite,firebase.firebase_ini as fire;
File "C:\Users\THIS PC\AppData\Local\Programs\Python\Python37\lib\site-packages\firebase\__init__.py", line 20, in
from Crypto.PublicKey import RSA
ModuleNotFoundError: No module named 'Crypto.PublicKey'
I have installed XlxsWriter and firebase,firebase admin and even created _init_ folders but still i get this error.I dont know y and ideas.
And I used python 3.7 and pycharm to run this bro pls help
i sucessfully exicuted the create and train but when i do recog + attendance this error occors assortion failed faces=face_cas detectMultiScale(gray,1.3,7)
you resolve this error??
i need your help
I solved it bro
@@saqlainibrahim7102 ok i am ready to help did u run the code ?
@@100gbps2 yes i want to run this code but there are few errors.
@@100gbps2 how to solve the problem , brother??
Getting Erroers in ModuleNotFoundError: No module named 'firebase_admin'
Can you say the process to fix it
have to install the packages of firebase_admin
@@karthikkodati7798 Had installed but it doesnt work .Do we need to work on Firebase too.
@@debu1995 No, just install : "pip install python-firebase" in CMD
i installed opencv even im getting
(Traceback (most recent call last):
File "dataset_capture.py", line 2, in
import cv2
ModuleNotFoundError: No module named 'cv2'
)please help me
CMD: "python -m pip install cv2" Or just, pip install cv2
OpenCv is an outdated library, use CV2
Hii.. I am doing this project with deep learning will you plz help me to understand how to match our dataset and algorithm to generate excel file... I am using CNN algorithm
hey i have the same fyp if u have done some work so far can you please help share it with me
@@djking80ify pleaser reach me @ sanjaydabli830@gmail.com
Can we detect multiple faces at a time with this?
how can i extend this project to mark more than 2 persons. As condition given within code is only for 2 ids @tech tuber
Same query from my side @tech tuber
Bro what if
We connect it to the CCTV camera.
Will it detect all the students.
You can try this, its not tested yet for this
tech tuber py not recognizes as any command
you have to run it on python 3.6 and must have openCV 3.4 for this to run, you can refer github description and i will also upload a step by step procedure for this.
th-cam.com/video/6Hhmf_gQ8Y8/w-d-xo.html
@@jahangirahmad6156 instead py write python
Very Nice Project. Can it be done for the face mask recognition attendance system for tracking the details of the persons?? DO suggest and reply
help with this error!!
OpenCV Error: Unspecified error (File can't be opened for writing!) in cv::face::FaceRecognizer::write, file C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp, line 70
Traceback (most recent call last):
File "training_dataset.py", line 34, in
recognizer.write('trainer/trainer.yml')
cv2.error: C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp:70: error: (-2) File can't be opened for writing! in function cv::face::FaceRecognizer::write
did u get any solution? :(
Hey I got the solution!
just create a "trainer" named folder!
It worked for me
Error:can't write to trainer/trainer.yml file
Check the folder name trainer spelling
Please help me with this error
(base) E:\Attendance6\attendance>python firstpage.py
Successfully trained
Traceback (most recent call last):
File "training_dataset.py", line 34, in
recognizer.write('trainer/trainer.yml')
cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\opencv_contrib\modules\face\src\facerec.cpp:70: error: (-2:Unspecified error) File can't be opened for writing! in function 'cv::face::FaceRecognizer::write'
Install xlsxwriter => pip install xlsxwriter
OR
easy_install xlsxwriter
OR
If U're using Anaconda, just go to environments and search for Xlsxwriter or any xls related lib.
Was the excel file uploaded to firebase? and if yes, after which step is it uploaded ?
After recognition
@@techtuber-education my firebase is not connecting and after recognition it is not uploading file help please
downloaded your project from github and getting this error:
python3 firstpage.py
Traceback (most recent call last):
File "firstpage.py", line 3, in
from playsound import playsound
ModuleNotFoundError: No module named 'playsound'
download playsound module using:
sudo pip install playsound
for windows
python -m pip install playsound
Is it possible at a time multiple face are recognize and send the name into Excel-sheet??
Yes. It is happening in the case.
but when I provide 10 image together it just recognition some image wrong.can you provide any solution??
@@momerulislam2432 more dataset more accurate result you will get
I want it by java...It is possible?
If than can you make one video on that?...
th-cam.com/video/DJl4Gl_9kTM/w-d-xo.html
Is a laptop with an i3 4gb ram and integrated graphics card enough for the development of such a project? if not, what if I increase my ram to 8gb?
For this project these specifications are consider as minimal requirements, but performance may be slow due to integrated graphics
Hi I'm receiving this ERROR! after installing everything, while using Recognizer attendance kindly if anyone solved this problem and share would be really helpful, Thanks
Traceback (most recent call last):
File :"recognizer.py", line 4, in
import firebase.firebase_ini as fire;
File "C:\Python39\lib\site-packages\firebase\__init__.py", line 3 from .async import process_pool ^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "C:\Users\Asus\Desktop\Face-Recognition-Attendance-System-master\Face-Recognition-Attendance-System-master\attendance
ecognizer.py", line 23, in
faces = face_cas.detectMultiScale(gray, 1.3, 7);
cv2.error: OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\objdetect\src\cascadedetect.cpp:1689: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale'
i got this err can u plzz mention where is haarcascade_profileface.xml this file
bro is there is no way in which we can save dataSet photos in database or if we make it for many peoples it hoona take much space .
pls reply
Change the value under train model from '30' to 'your_value' (although the larger the value, the better the result), and for the DB part, export the outcome/result to an SQL DB.
can anyone tell me where do i hve to make changes so that it will recognize me and display my name instead of shristi and shubham
At the recognizer.py
Happy coding. :)
Plz respond bro i need documents, report, presentation ppt regarding this project.
ha. be tere naukar hai sab
Can you please upload documentation bro.
another level of lazy ness is here :D bro paise vi vajdiya jaye kya ya khud kamawoge
can it mark multiple student attendance at once? e.g in classroom if we turn the camera toward all the students
yes, it can
@@techtuber-education i create dataset but when i try to mark attendance it doesn't recognize me and don't show the msg ' unkown, can not recognize' .
hey guyz can you explaine the code
Hello my name is mohit..
How did you learn machine learning
Please tell me
How did she get her name in the rectangle when she has not given it??
its a backend programmming that she already give her name in code and just show us magic.
Under recognizer.py file.
if i want to do it for 30 people around at a time is that possible
means after giving data separately while recognising
@@siddharth3389 You've to train each people separately. Else there'll be a confusion while training.
@@shashankshukla5438 is it possible to detect 30 people at a time after training
each people
@@siddharth3389 yes.
can we run this in python 3.7
I already created this system with good GUI
Check out code on my GitHub
My GitHub I'd is spidy20
I created many other projects also
can i get the source code???
you guys are on Github or somewhere else??
For anyone looking for a project source, Check out my recent project. Feel free to fork, modify and comment.
Low Resolution Face Recognition Application for Biometric Attendance.
Source code for the project can be found here :
github.com/dingusagar/AsyncFaceRecognition
please provide report of this porject also
nice work bro & thanks for giving source code too
File "training_dataset.py", line 31, in
faces,Ids = getImagesAndLabels('dataSet')
File "training_dataset.py", line 22, in getImagesAndLabels
Id=int(os.path.split(imagePath)[-1].split(".")[1])
ValueError: invalid literal for int() with base 10: '15A91A1230'
is there any solution.
try giving just an integer number like 230
Did u get any solution??
Hi, great job..
I want to use Face Detection and recognition with JAVA. Please suggest the code and
Please send me algorithm for compare two images
th-cam.com/video/OJesgFpc6as/w-d-xo.html