remove problematic one

This commit is contained in:
Sefik Ilkin Serengil 2024-02-16 17:39:24 +00:00
parent 16c72cd0f6
commit 91f5b448ee
2 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ def extract_faces(
if len(resp_objs) == 0 and enforce_detection == True:
raise ValueError(
f"Detected face shape is {img.shape}. Consider to set enforce_detection arg to False."
f"Exception while extracting faces from {img_name}."
"Consider to set enforce_detection arg to False."
)
return resp_objs

Binary file not shown.

Before

Width:  |  Height:  |  Size: 776 KiB