mirror of https://github.com/vladmandic/human
modify face similarity threshold
parent
20ac74ed7d
commit
82ade650a7
|
@ -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`
|
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
|
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,
|
For example,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue