We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had to save encode of palmprint become a file with pickle, but i had this error:
Traceback (most recent call last): File "/home/pi/Coba/PalmDetection/PalmRecognition.py", line 19, in <module> bytes = pickle.dumps(one_palmprint_code) _pickle.PicklingError: Can't pickle <class 'ctypes.c_char_Array_849'>: attribute lookup c_char_Array_849 on ctypes failed
What should i do to save the encode? i need to save that because i will send this to database
thanks
The text was updated successfully, but these errors were encountered:
Did you solve this problem?
Sorry, something went wrong.
No branches or pull requests
I had to save encode of palmprint become a file with pickle, but i had this error:
What should i do to save the encode? i need to save that because i will send this to database
thanks
The text was updated successfully, but these errors were encountered: