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
Is there any workaround to enhance this method?:
dlib::deserialize(modelFileNameCString) >> sp;
because when i debug, this method takes about 5s to finish
2017-08-04 18:20:20.906752+0700 xxapp[3460:819204] start deserialize: 1501845620.906730 2017-08-04 18:20:26.145505+0700 xxapp[3460:819204] finish deserialize: 1501845626.144248
The text was updated successfully, but these errors were encountered:
Is this in debug mode or with optimizations? Because dlib is very slow in debug mode anyway.
Sorry, something went wrong.
When do work on sample buffer,its fast enough,the problem is when initiate parse the .dat file, maybe because its 90MB file?
Calling deserialize method takes about 5second, after that processing the landmark is good at 40fps
No branches or pull requests
Is there any workaround to enhance this method?:
dlib::deserialize(modelFileNameCString) >> sp;
because when i debug, this method takes about 5s to finish
The text was updated successfully, but these errors were encountered: