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:
tracker.setInitialScale(4)
tracker.setStepSize(2)
tracker.setEdgesDensity(0.1)
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?
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?