typo for extract_faces

This commit is contained in:
Sefik Ilkin Serengil 2023-01-26 17:23:23 +00:00 committed by GitHub
parent f4ce488ab7
commit 1e96733fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ demographies = DeepFace.analyze(img_path = "img4.jpg",
)
#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),
detector_backend = backends[4]
)