-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
ValueError: invalid literal for int() with base 10: #4
Comments
I solved this by renaming my sample photos in /image as 1.jpg , 2.jpg ,... |
Thank you for your answer. The script is running well until this error :
Do you know how to fix this ? Thanks again :) |
This has more got to do again with the project has images in the image folder. 1-4 are type A and 5-8 are type B (class or person). But for my use case I would look at identifying individual user per set up I changed the code a little bit in recognize_face:
and the return looks like:
You can adapt as per your need . |
Traceback (most recent call last): Assertion error resize function ! Can anyone help regarding this ? @sarkarsaikat @CryptoExchangeFR @akshaybahadur21 |
Check the value of 'image', most likely it has not been able to read the image. |
if i want set two people name sean and leo What program do you want to write? |
I run create_face.py to get picture of myself. I copy the picture directly in the images folder I created. (Do I need to keep the subfolder with the ID ?)
Then I run rec-feat.py with python3 command.
'PierreX' represent the photo and their associated number.
Do you know how to solve it ?
The text was updated successfully, but these errors were encountered: