mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
remove problematic one
This commit is contained in:
parent
16c72cd0f6
commit
91f5b448ee
@ -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 |
Loading…
x
Reference in New Issue
Block a user