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] )