Replies: 3 comments 4 replies
-
What are you trying to deserialize? |
Beta Was this translation helpful? Give feedback.
-
Previously i used Python and to load the model i did:
I tried to see if there is a similar function in the c++ version but there isn't |
Beta Was this translation helpful? Give feedback.
-
Sadly enough, I am not familiar with Windows development, but are you following this to build dlib?http://dlib.net/compile.html It seems like you're using an example from dlib, so it should work. |
Beta Was this translation helpful? Give feedback.
-
I installed dlib(19.24) through vcpkg in Microsoft Visual Studio. When i try to use the "deserialize" function i get the error "identifier deserialize is undefined". It appears it doesn't exists in the 'dlib' namespace. Where is it then?
Beta Was this translation helpful? Give feedback.
All reactions