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

Real Time? #17

Open
sagar1garg opened this issue Mar 30, 2019 · 1 comment
Open

Real Time? #17

sagar1garg opened this issue Mar 30, 2019 · 1 comment

Comments

@sagar1garg
Copy link

@MarekKowalski will this work in real time scenarios for both pictures and short videos? What would be the training time requirements for the model to generate optimum results?

@MarekKowalski
Copy link
Owner

Hi,

Performance is directly dependent on facial landmark detection. The landmark detector used here (the one from dlib) requires face detection in every frame which really slows things down. If you want it to work faster, you would probably have to use a different landmark detector. There are many available on GitHub:
Example 1, my work
Example 2, someone else's work

This method does not use any training.

Best regards,

Marek

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