You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I’m wondering if it’s possible to increase the canvas size (right now at 300x150 pixels) to match the video element used for face detection. If it is possible, does this provide any better estimate accuracy? The reason I ask is that I’m working with a webcam with 4K resolution and it would seem like a waste to not make the most of the resolution.
The text was updated successfully, but these errors were encountered:
If we're talking about real time face detection it will be slower because there are more pixels to analyse, but if you're analysing a video and extracting x,y coordinates to a "animation" array, then 4k will improve the accuracy.
clmtrackr uses WebGL to analyse the frames of the video element. so they are rendered on the GPU instead of the CPU.
Hello, I’m wondering if it’s possible to increase the canvas size (right now at 300x150 pixels) to match the video element used for face detection. If it is possible, does this provide any better estimate accuracy? The reason I ask is that I’m working with a webcam with 4K resolution and it would seem like a waste to not make the most of the resolution.
The text was updated successfully, but these errors were encountered: