Skip to content

Face recognition / privacy #301

Answered by damianmoore
Jengo5977 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Jengo5977, thanks for your encouragement and question.

I can confirm that no personal data (images, metadata or AI learnings) ever leaves your local server. You can read the in-depth steps of face detection and recognition here if you are so inclined.

All the computationally intensive steps mentioned in that document are handled by pre-trained, industry-standard models. This gets us to the point where we have a fingerprint (or embedding) array of 128 numbers which roughly represents each detected face.

The very last step labelled Similarity Calculation / Clustering / Classification is the only part of the model that is built on the local machine. This similarity index is very quick to…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Jengo5977
Comment options

@damianmoore
Comment options

Answer selected by damianmoore
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