Skip to content

Commit

Permalink
Update representation.py
Browse files Browse the repository at this point in the history
Add explicit "color_face" argument.
  • Loading branch information
dakotah-jones authored Jan 15, 2025
1 parent 29200f4 commit 4fbd33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepface/modules/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def represent(
expand_percentage=expand_percentage,
anti_spoofing=anti_spoofing,
max_faces=max_faces,
color_face="bgr",
)
else: # skip
# Try load. If load error, will raise exception internal
Expand Down

0 comments on commit 4fbd33a

Please sign in to comment.