-
Notifications
You must be signed in to change notification settings - Fork 503
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
Webworker #12
Comments
Hi, that depends on what performance you're thinking of, how well it tracks faces or how fast it is? It would maybe be possible to speed up tracking with web workers. I never tried implementing headtrackr for web workers, since it usually is not trivial to make the code parallelizable, and I don't have any experience with that kind of work. When it comes to how well it manages to track faces, web workers wouldn't make a difference. To make it any better, I'd have to change the algorithm, and I haven't found any better algorithms that are fast and easy to implement so far. -Audun |
Hi, Yes, it was the "speed up tracking with web workers" approach I was thinking about. |
You're welcome! :) |
Hi Jørgen and Audun, |
Hei Audun,
I was thinking, could a webworker version of the (sweet!) headtracker improve performance?
j.
The text was updated successfully, but these errors were encountered: