Skip to content

Commit

Permalink
Remove unwanted line returns.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Stragier committed Jun 23, 2023
1 parent dc0fa0c commit 16d3771
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deepface/DeepFace.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def verify(
align=True,
normalization="base",
):

"""
This function verifies an image pair is same person or different persons. In the background,
verification function represents facial images as vectors and then calculates the similarity
Expand Down Expand Up @@ -235,7 +234,6 @@ def analyze(
align=True,
silent=False,
):

"""
This function analyzes facial attributes including age, gender, emotion and race.
In the background, analysis function builds convolutional neural network models to
Expand Down Expand Up @@ -410,7 +408,6 @@ def find(
normalization="base",
silent=False,
):

"""
This function applies verification several times and find the identities in a database
Expand Down Expand Up @@ -628,7 +625,6 @@ def represent(
align=True,
normalization="base",
):

"""
This function represents facial images as vectors. The function uses convolutional neural
networks models to generate vector embeddings.
Expand Down Expand Up @@ -722,7 +718,6 @@ def stream(
time_threshold=5,
frame_threshold=5,
):

"""
This function applies real time face recognition and facial attribute analysis
Expand Down Expand Up @@ -777,7 +772,6 @@ def extract_faces(
align=True,
grayscale=False,
):

"""
This function applies pre-processing stages of a face recognition pipeline
including detection and alignment
Expand Down

0 comments on commit 16d3771

Please sign in to comment.