workflow test

This commit is contained in:
Sefik Ilkin Serengil 2023-01-29 01:08:13 +00:00
parent 02a95dffdd
commit aa7a8af9ff

View File

@ -788,6 +788,8 @@ def extract_faces(
align (boolean): alignment according to the eye positions. align (boolean): alignment according to the eye positions.
grayscale (boolean): extracting faces in rgb or gray scale
Returns: Returns:
list of dictionaries. Each dictionary will have facial image itself, list of dictionaries. Each dictionary will have facial image itself,
extracted area from the original image and confidence score. extracted area from the original image and confidence score.