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
Perf Guidelines #96
Comments
|
Those options can improve performance, specially the step size and initial scale. ViolaJones is a good object detection algorithm, although for large images 640x480 it can reach low frame rates. Two features from our roadmap that will speed up performance for cases like that: A workaround for now is to write the 640x480 video into a smaller hidden canvas, and this canvas is the element being track, when |
|
Thanks for the quick response. For now, I'm going with the intermediate canvas approach |
|
Sounds good, closing this for now. |
|
Relates to #99. |
I'm trying to use tracking.js with getUserMedia and a face object tracker and am experiencing unusable framerates.
The source video is 640x480, and I'm using the following tracker options:
My question is: can any of the tracker options be used to affect perf vs accuracy, or is the largest factor affecting perf the size of the source video?
The text was updated successfully, but these errors were encountered: