mirror of
https://github.com/serengil/deepface.git
synced 2025-06-08 20:45:22 +00:00
Remove trailing white-spaces
This commit is contained in:
parent
5a28a0b0f0
commit
954ac6e883
@ -391,11 +391,11 @@ def __find_bulk_embeddings(
|
|||||||
|
|
||||||
img_representation = embedding_obj[0]["embedding"]
|
img_representation = embedding_obj[0]["embedding"]
|
||||||
representations.append((
|
representations.append((
|
||||||
employee,
|
employee,
|
||||||
img_representation,
|
img_representation,
|
||||||
img_region["x"],
|
img_region["x"],
|
||||||
img_region["y"],
|
img_region["y"],
|
||||||
img_region["w"],
|
img_region["w"],
|
||||||
img_region["h"]
|
img_region["h"]
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user