mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
Merge pull request #750 from miawoltn/master
add missing parameter descriptions
This commit is contained in:
commit
ce4e4f664b
@ -120,6 +120,10 @@ def verify(
|
|||||||
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
|
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
|
||||||
dlib or mediapipe
|
dlib or mediapipe
|
||||||
|
|
||||||
|
align (boolean): alignment according to the eye positions.
|
||||||
|
|
||||||
|
normalization (string): normalize the input image before feeding to model
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Verify function returns a dictionary.
|
Verify function returns a dictionary.
|
||||||
|
|
||||||
@ -252,6 +256,8 @@ def analyze(
|
|||||||
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
|
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
|
||||||
dlib or mediapipe.
|
dlib or mediapipe.
|
||||||
|
|
||||||
|
align (boolean): alignment according to the eye positions.
|
||||||
|
|
||||||
silent (boolean): disable (some) log messages
|
silent (boolean): disable (some) log messages
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
@ -417,6 +423,10 @@ def find(
|
|||||||
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
|
detector_backend (string): set face detector backend to opencv, retinaface, mtcnn, ssd,
|
||||||
dlib or mediapipe
|
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
|
silent (boolean): disable some logging and progress bars
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user