Merged PR 3229: Better detect doc.
Better detect doc.
This commit is contained in:
Родитель
e462412b94
Коммит
287a9ff8c8
|
@ -20,9 +20,9 @@ def detect(image, face_id=True, landmarks=False, attributes=''):
|
|||
attributes: [Optional] Analyze and return the one or more specified
|
||||
face attributes in the comma-separated string like
|
||||
"age,gender". Supported face attributes include age, gender,
|
||||
headPose, smile, facialHair, glasses and emotion.
|
||||
Note that each face attribute analysis has additional
|
||||
computational and time cost.
|
||||
headPose, smile, facialHair, glasses, emotion, makeup, accessories,
|
||||
occlusion, blur, exposure, noise. Note that each face attribute
|
||||
analysis has additional computational and time cost.
|
||||
|
||||
Returns:
|
||||
An array of face entries ranked by face rectangle size in descending
|
||||
|
|
Загрузка…
Ссылка в новой задаче