Skip to content

Commit

Permalink
Merge pull request serengil#808 from Awshr/develop
Browse files Browse the repository at this point in the history
find method documentation modified
  • Loading branch information
serengil committed Jul 27, 2023
2 parents 95d0eed + 1cec1d8 commit ad21217
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 @@ -425,7 +425,7 @@ def find(
distance_metric (string): cosine, euclidean, euclidean_l2
enforce_detection (bool): The function throws exception if a face could not be detected.
Set this to True if you don't want to get exception. This might be convenient for low
Set this to False if you don't want to get exception. This might be convenient for low
resolution images.
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
Expand Down

0 comments on commit ad21217

Please sign in to comment.