How to serialize in python
hi,
Been trying to serialize faceprint object using pickle/dill in python, but the error produces is TypeError("cannot pickle 'rsid_py.Faceprints' object").
Any assistance on this would be appreciated!
best
hanesh
-
Hi Hanesh,
We do not recommend serializing the database with the pickle module as it is not secure. We would encourage doing so with the JSON module. You may have a look at this previous discussion. However, most of the cool functionalities are demonstrated using the C# wrapper.
Python wrapper has been released only recently with some basic examples and functionality. Not all the modules and features are fully supported.
We will treat this as a feature request and submit it to engineering. As with all feature requests, we cannot comment on if or when it will be implemented.
Regards,
Yu-Chern
Intel Customer Support
Please sign in to leave a comment.
Comments
1 comment