Merge pull request #1229 from GobinathAL/fix_docstring

This commit is contained in:
Sefik Ilkin Serengil 2024-05-07 19:07:06 +01:00 committed by GitHub
commit c04fe040a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ def verify(
- 'distance' (float): The distance measure between the face vectors. - 'distance' (float): The distance measure between the face vectors.
A lower distance indicates higher similarity. A lower distance indicates higher similarity.
- 'max_threshold_to_verify' (float): The maximum threshold used for verification. - 'threshold' (float): The maximum threshold used for verification.
If the distance is below this threshold, the images are considered a match. If the distance is below this threshold, the images are considered a match.
- 'model' (str): The chosen face recognition model. - 'model' (str): The chosen face recognition model.

View File

@ -79,7 +79,7 @@ def verify(
- 'distance' (float): The distance measure between the face vectors. - 'distance' (float): The distance measure between the face vectors.
A lower distance indicates higher similarity. A lower distance indicates higher similarity.
- 'max_threshold_to_verify' (float): The maximum threshold used for verification. - 'threshold' (float): The maximum threshold used for verification.
If the distance is below this threshold, the images are considered a match. If the distance is below this threshold, the images are considered a match.
- 'model' (str): The chosen face recognition model. - 'model' (str): The chosen face recognition model.