From 830decb4831fbb3803959281ba623e285ed41c19 Mon Sep 17 00:00:00 2001 From: dakotah-jones Date: Wed, 15 Jan 2025 16:40:10 -0500 Subject: [PATCH] Revert change to default case. --- deepface/modules/representation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deepface/modules/representation.py b/deepface/modules/representation.py index c7af0ed..d880645 100644 --- a/deepface/modules/representation.py +++ b/deepface/modules/representation.py @@ -83,7 +83,6 @@ 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