mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
Merge pull request #649 from alenpaulvarghese/typo-fix
fixed a typo in the comment string
This commit is contained in:
commit
ded49bbfa1
@ -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