mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
incompatible bug for deepid in representation
This commit is contained in:
parent
bc30c904a0
commit
0b3151fa26
@ -72,7 +72,7 @@ def represent(
|
|||||||
if detector_backend != "skip":
|
if detector_backend != "skip":
|
||||||
img_objs = functions.extract_faces(
|
img_objs = functions.extract_faces(
|
||||||
img=img_path,
|
img=img_path,
|
||||||
target_size=target_size,
|
target_size=(target_size[1], target_size[0]),
|
||||||
detector_backend=detector_backend,
|
detector_backend=detector_backend,
|
||||||
grayscale=False,
|
grayscale=False,
|
||||||
enforce_detection=enforce_detection,
|
enforce_detection=enforce_detection,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user