mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
Merge pull request #1229 from GobinathAL/fix_docstring
This commit is contained in:
commit
c04fe040a7
@ -122,7 +122,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.
|
||||
|
@ -79,7 +79,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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user