Skip to content

Commit

Permalink
Partial grammatical uniformisation of analys**.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Stragier committed Jun 5, 2023
1 parent 4ff75ec commit e845c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepface/DeepFace.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e845c00

Please sign in to comment.