Skip to content

Commit

Permalink
Merge pull request #1402 from dohyeonYoon/master
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil authored Dec 18, 2024
2 parents a402f09 + 208a42b commit 611a240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepface/modules/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def represent(
raise ValueError("Spoof detected in the given image.")
img = img_obj["face"]

# rgb to bgr
# bgr to rgb
img = img[:, :, ::-1]

region = img_obj["facial_area"]
Expand Down

0 comments on commit 611a240

Please sign in to comment.