Fix: code comment correction

This commit is contained in:
dohyeonYoon 2024-12-18 14:36:20 +09:00
parent a402f09bc8
commit 208a42ba55

View File

@ -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"]