mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 20:15:21 +00:00
Partial grammatical uniformisation of analys**
.
This commit is contained in:
parent
4ff75ecfc2
commit
e845c00c24
@ -234,7 +234,7 @@ def analyze(
|
|||||||
silent=False,
|
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
|
In the background, analysis function builds convolutional neural network models to
|
||||||
classify age, gender, emotion and race of the input image.
|
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.
|
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
|
frame_threshold (int): how many frames required to focus on face
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user