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

Big image, small faces = lots of CPU time #featurerequest #6

Open
salamanders opened this issue Nov 27, 2018 · 0 comments
Open

Big image, small faces = lots of CPU time #featurerequest #6

salamanders opened this issue Nov 27, 2018 · 0 comments

Comments

@salamanders
Copy link

I tried throwing a 4k x 3k photo at it, and it took a long time. (many minutes)
I then tried slicing the photo into lots of overlapping 300 x 300 px squares, and it took much less time, even considering the overlap.

I think this makes sense, given that there is less searching for "large" faces before burrowing down to the details looking for smaller faces, but it seems very error prone to hand-craft the tiling. Is there a way to build this sort of optimization into the library when a photo exceeds a certain dimension?

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

1 participant