From 3d52f3ee7e683b25d47c87e74c47b5b1ec870306 Mon Sep 17 00:00:00 2001 From: AlenPaulVarghese <38587581+alenpaulvarghese@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:52:24 +0530 Subject: [PATCH] fixed a typo in the comment string --- deepface/DeepFace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepface/DeepFace.py b/deepface/DeepFace.py index 6b1e715..d7b18be 100644 --- a/deepface/DeepFace.py +++ b/deepface/DeepFace.py @@ -526,7 +526,7 @@ def find( # now, we got representations for facial database df = pd.DataFrame(representations, columns=["identity", f"{model_name}_representation"]) - # img path might have move than once face + # img path might have more than once face target_objs = functions.extract_faces( img=img_path, target_size=target_size,