Skip to content
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

How to save encode of palm recognition become a file #32

Open
LuthfanHadi opened this issue Jul 12, 2021 · 1 comment
Open

How to save encode of palm recognition become a file #32

LuthfanHadi opened this issue Jul 12, 2021 · 1 comment

Comments

@LuthfanHadi
Copy link

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

@Evaalee
Copy link

Evaalee commented May 5, 2022

Did you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants