From 82ade650a7cd593e29a98a8b8a1cba893e14c2f0 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 25 Oct 2021 09:44:01 -0400 Subject: [PATCH] modify face similarity threshold --- Embedding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Embedding.md b/Embedding.md index c6bae8f..2aef2d5 100644 --- a/Embedding.md +++ b/Embedding.md @@ -21,7 +21,7 @@ to calculate embedding vectors *(a.k.a. face descriptors)* for both all images y To achieve accurate results, it is also highly recommended to have `face.mesh` and `face.detection.rotation` enabled as calculating feature vectors on low-quality inputs can lead to false results -Similarity match above **65%** is considered good match while similarity match above **55%** is considered best-guess +Similarity match above **50%** can be considered a match For example,