Skip to content

Commit

Permalink
docstring updated
Browse files Browse the repository at this point in the history
in verify, we mentioned similarity metric but it should be distance metric
  • Loading branch information
serengil committed Mar 9, 2024
1 parent 65c47ba commit ca4bd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepface/DeepFace.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ca4bd25

Please sign in to comment.