Merge pull request #808 from Awshr/develop

find method documentation modified
This commit is contained in:
Sefik Ilkin Serengil 2023-07-27 10:02:56 +01:00 committed by GitHub
commit ad2121761e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,