fix docstring max_threshold_to_verify in verify method

This commit is contained in:
gobinathal 2024-05-07 22:44:01 +05:30
parent 42b45cc37a
commit ffd712e5db
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ def verify(
- 'distance' (float): The distance measure between the face vectors.
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.
- 'model' (str): The chosen face recognition model.

View File

@ -73,7 +73,7 @@ def verify(
- 'distance' (float): The distance measure between the face vectors.
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.
- 'model' (str): The chosen face recognition model.