mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
Remove call for default values
This commit is contained in:
parent
9300ed0dfd
commit
546675ca40
@ -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,
|
||||
|
@ -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,
|
||||
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user