Face Recognising System
Face Recognising System is a computer application that is used to identify people from a image or a video footag...
For further actions, you may consider blocking this person and/or reporting abuse
Hello,
thanks for this wonderful tutorial it has really taught me alot.
I tried using MySQL as my database and I successfully inserted records into the database but when I tried to on the face recognizer i got an error:
cv2.putText(img, "Name : " + str(profile[1]), (x, y + h + 20), font, (0,255, 0));
TypeError: 'int' object is not subscriptable
I would really appreciate any assistance in rectifying the above error. Thanks again for your wonderful work.
Traceback (most recent call last):
File "C:\Users\USER\Desktop\FACES\database.py", line 37, in
insertOrUpdate(Id,name,age,gen,cr)
File "C:\Users\USER\Desktop\FACES\database.py", line 11, in insertOrUpdate
cursor=conn.execute(cmd)
OperationalError: no such table: People
For resolving this error, 1st create a table with name People and define its attributes in it.
Hi,
Your code is really helpful. I learned a lot from this code.
In my case, my cam detects more than one face, but same id, name, and other details repeated for all the faces.
Also always takes my id value as "1" by default. but my id variable is set to null. Can you please help?
Can we use SQL database?
Does this work without the internet connection?
Yes.It can be used with offline database.
can you describe the algorithms used here !.. thank you
Hi,,
when i am creating the database with table , it is not taking the name as string, please help me how to create a database to save the captured images.