fixed a typo in the comment string

This commit is contained in:
AlenPaulVarghese 2023-01-30 17:52:24 +05:30 committed by GitHub
parent 8f42137113
commit 3d52f3ee7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -526,7 +526,7 @@ def find(
# now, we got representations for facial database # now, we got representations for facial database
df = pd.DataFrame(representations, columns=["identity", f"{model_name}_representation"]) 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( target_objs = functions.extract_faces(
img=img_path, img=img_path,
target_size=target_size, target_size=target_size,