Skip to content

Debounce mechanism for accuracy #427

Answered by vladmandic
hashimkhanzada asked this question in Q&A
Discussion options

You must be logged in to vote

there is no such built-in functionality, its expected that would be done in the app level.
regarding face match, blazeface is just a bounding box detector. actual face feature vector is performed using one of three options: facenet, insightface or mobilefacenet. facenet is default primarily because its fast and unobstrusive, not because its best.
see https://github.com/vladmandic/human/blob/main/demo/faceid/index.ts for example.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hashimkhanzada
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants