mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
fixed a typo in the comment string
This commit is contained in:
parent
8f42137113
commit
3d52f3ee7e
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user