mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
typo for extract_faces
This commit is contained in:
parent
f4ce488ab7
commit
1e96733fa0
@ -218,7 +218,7 @@ demographies = DeepFace.analyze(img_path = "img4.jpg",
|
|||||||
)
|
)
|
||||||
|
|
||||||
#face detection and alignment
|
#face detection and alignment
|
||||||
face_objs = DeepFace.extract_face(img_path = "img.jpg",
|
face_objs = DeepFace.extract_faces(img_path = "img.jpg",
|
||||||
target_size = (224, 224),
|
target_size = (224, 224),
|
||||||
detector_backend = backends[4]
|
detector_backend = backends[4]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user