From aa7a8af9ff0c8f3688de85e55662f117748f6ecb Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 29 Jan 2023 01:08:13 +0000 Subject: [PATCH] workflow test --- deepface/DeepFace.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deepface/DeepFace.py b/deepface/DeepFace.py index 471fc9c..4423943 100644 --- a/deepface/DeepFace.py +++ b/deepface/DeepFace.py @@ -788,6 +788,8 @@ def extract_faces( align (boolean): alignment according to the eye positions. + grayscale (boolean): extracting faces in rgb or gray scale + Returns: list of dictionaries. Each dictionary will have facial image itself, extracted area from the original image and confidence score.