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

Batch face encodings #1048

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Batch face encodings #1048

wants to merge 2 commits into from

Conversation

rudcode
Copy link

@rudcode rudcode commented Feb 7, 2020

Batch face encodings with using landmark as dlib full object detection

test with single image containing 50 face (42 face detected):
Original:

time taken: 0.2927389144897461 42
time taken: 0.2869551181793213 42
time taken: 0.278911828994751 42
time taken: 0.27754902839660645 42
time taken: 0.27735042572021484 42
time taken: 0.2752363681793213 42
time taken: 0.2764449119567871 42
time taken: 0.27690911293029785 42
time taken: 0.2756640911102295 42
time taken: 0.274813175201416 42
average time: 0.27925729751586914

Batched:

time taken: 0.22544264793395996 42
time taken: 0.20534110069274902 42
time taken: 0.20273709297180176 42
time taken: 0.20256876945495605 42
time taken: 0.20137763023376465 42
time taken: 0.20259571075439453 42
time taken: 0.2025127410888672 42
time taken: 0.20256447792053223 42
time taken: 0.20244312286376953 42
time taken: 0.20270013809204102 42
average time: 0.20502834320068358

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

Successfully merging this pull request may close these issues.

None yet

1 participant