From 1e96733fa038cd5e2c3d297199d70e452400121c Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 26 Jan 2023 17:23:23 +0000 Subject: [PATCH] typo for extract_faces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ac2a52..6a5b94b 100644 --- a/README.md +++ b/README.md @@ -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] )