From e845c00c24f7c0db6a24899670aa2f3a26797135 Mon Sep 17 00:00:00 2001 From: Vincent STRAGIER Date: Mon, 5 Jun 2023 14:30:19 +0200 Subject: [PATCH] Partial grammatical uniformisation of `analys**`. --- deepface/DeepFace.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deepface/DeepFace.py b/deepface/DeepFace.py index c430030..6671df7 100644 --- a/deepface/DeepFace.py +++ b/deepface/DeepFace.py @@ -234,7 +234,7 @@ def analyze( silent=False, ): """ - This function analyze facial attributes including age, gender, emotion and race. + This function analyses facial attributes including age, gender, emotion and race. In the background, analysis function builds convolutional neural network models to classify age, gender, emotion and race of the input image. @@ -733,7 +733,7 @@ def stream( source: Set this to 0 for access web cam. Otherwise, pass exact video path. - time_threshold (int): how many second analyzed image will be displayed + time_threshold (int): how many second analysed image will be displayed frame_threshold (int): how many frames required to focus on face