find method documentation modified

This commit is contained in:
Awshr 2023-07-27 09:21:02 +03:00
parent 95d0eeddc6
commit 1cec1d8f4a

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,