add missing parameter descriptions

This commit is contained in:
miawoltn 2023-05-09 12:28:27 +01:00
parent 52ad8e46be
commit 0ade149ee6

View File

@ -120,6 +120,10 @@ def verify(
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
dlib or mediapipe
align (boolean): alignment according to the eye positions.
normalization (string): normalize the input image before feeding to model
Returns:
Verify function returns a dictionary.
@ -252,6 +256,8 @@ def analyze(
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
dlib or mediapipe.
align (boolean): alignment according to the eye positions.
silent (boolean): disable (some) log messages
Returns:
@ -417,6 +423,10 @@ def find(
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
dlib or mediapipe
align (boolean): alignment according to the eye positions.
normalization (string): normalize the input image before feeding to model
silent (boolean): disable some logging and progress bars
Returns: