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

Speed of the facial landmark detection on a phone #31

Closed
Hardold opened this issue Aug 9, 2016 · 2 comments
Closed

Speed of the facial landmark detection on a phone #31

Hardold opened this issue Aug 9, 2016 · 2 comments
Labels

Comments

@Hardold
Copy link

Hardold commented Aug 9, 2016

I transplanted your program to the phone and found that facial landmark detection of the speed is very slow.On a 640*480 image, the processing time is about 450ms( not include the time to find the face).How can I speed up ? Where is the problem ?

@patrikhuber
Copy link
Owner

450ms seems a bit slow. The answer to

How can I speed up ? Where is the problem ?

is always: Run the profiler. Nobody else can tell you.

That aside, you can gain speed by using/training a model with a fewer number of regressors (4 or so), less landmarks, the HOG feature extraction could be parallelised, or you could use faster features altogether (maybe LBP or something like that?).

@patrikhuber patrikhuber changed the title facial landmark detection of the speed Speed of the facial landmark detection on a phone Aug 9, 2016
@Hardold
Copy link
Author

Hardold commented Aug 12, 2016

Thank you for your reply.

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

No branches or pull requests

2 participants