mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
Merge pull request #808 from Awshr/develop
find method documentation modified
This commit is contained in:
commit
ad2121761e
@ -425,7 +425,7 @@ def find(
|
|||||||
distance_metric (string): cosine, euclidean, euclidean_l2
|
distance_metric (string): cosine, euclidean, euclidean_l2
|
||||||
|
|
||||||
enforce_detection (bool): The function throws exception if a face could not be detected.
|
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.
|
resolution images.
|
||||||
|
|
||||||
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
|
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user