Skip to content

Commit

Permalink
Remove call for default values
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramadorArtificial committed Jul 15, 2024
1 parent 9300ed0 commit 546675c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions deepface/modules/demography.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ def analyze(
img_objs = detection.extract_faces(
img_path=img_path,
detector_backend=detector_backend,
color_face='rgb',
normalize_face=True,
enforce_detection=enforce_detection,
align=align,
expand_percentage=expand_percentage,
Expand Down
4 changes: 0 additions & 4 deletions deepface/modules/recognition.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ def find(
source_objs = detection.extract_faces(
img_path=img_path,
detector_backend=detector_backend,
color_face='rgb',
normalize_face=True,
enforce_detection=enforce_detection,
align=align,
expand_percentage=expand_percentage,
Expand Down Expand Up @@ -365,8 +363,6 @@ def __find_bulk_embeddings(
img_objs = detection.extract_faces(
img_path=employee,
detector_backend=detector_backend,
color_face='rgb',
normalize_face=True,
enforce_detection=enforce_detection,
align=align,
expand_percentage=expand_percentage,
Expand Down
2 changes: 0 additions & 2 deletions deepface/modules/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def represent(
img_objs = detection.extract_faces(
img_path=img_path,
detector_backend=detector_backend,
color_face='rgb',
normalize_face=True,
enforce_detection=enforce_detection,
align=align,
expand_percentage=expand_percentage,
Expand Down
2 changes: 0 additions & 2 deletions deepface/modules/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ def __extract_faces_and_embeddings(
img_objs = detection.extract_faces(
img_path=img_path,
detector_backend=detector_backend,
color_face='rgb',
normalize_face=True,
enforce_detection=enforce_detection,
align=align,
expand_percentage=expand_percentage,
Expand Down

0 comments on commit 546675c

Please sign in to comment.