mirror of
https://github.com/serengil/deepface.git
synced 2025-06-10 13:27:08 +00:00
docstring updated
in verify, we mentioned similarity metric but it should be distance metric
This commit is contained in:
parent
65c47badb5
commit
ca4bd256d9
@ -111,7 +111,7 @@ def verify(
|
||||
|
||||
- 'model' (str): The chosen face recognition model.
|
||||
|
||||
- 'similarity_metric' (str): The chosen similarity metric for measuring distances.
|
||||
- 'distance_metric' (str): The chosen similarity metric for measuring distances.
|
||||
|
||||
- 'facial_areas' (dict): Rectangular regions of interest for faces in both images.
|
||||
- 'img1': {'x': int, 'y': int, 'w': int, 'h': int}
|
||||
|
Loading…
x
Reference in New Issue
Block a user