-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: 'NoneType' object is not subscriptable #17
Comments
And this is the result from student_add.py:
This is the response from
|
CC: @sky-2002 – can you maybe help out? Thanks :) |
Sure @bobvanluijt , I will look into this and get back ! Thanks @morrowyn for bringing up the issue. |
Hello @morrowyn , as you mentioned, you have used the directories "attendance-system-example\students" and "attendance-system-example\test" to test out the example, I believe that you have used the "/students" directory to add the individual images and you tried to test on test images. After looking at the response that you have provided, It says that the vector lengths do not match. Probable reason: Something else 🤔 ? Things learnt from this: Thanks ! 😇 |
Hi,
I have tried running the attendance example. However I run into the following error:
TypeError: 'NoneType' object is not subscriptable
I used the images from the following directories to test it out:
attendance-system-example\students
andattendance-system-example\test
Regards,
The text was updated successfully, but these errors were encountered: