Merge pull request #649 from alenpaulvarghese/typo-fix

fixed a typo in the comment string
This commit is contained in:
Sefik Ilkin Serengil 2023-01-30 21:23:46 +00:00 committed by GitHub
commit ded49bbfa1
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,