mirror of
https://github.com/serengil/deepface.git
synced 2025-06-08 12:35: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"]
|
||||
representations.append((
|
||||
employee,
|
||||
img_representation,
|
||||
img_region["x"],
|
||||
img_region["y"],
|
||||
img_region["w"],
|
||||
employee,
|
||||
img_representation,
|
||||
img_region["x"],
|
||||
img_region["y"],
|
||||
img_region["w"],
|
||||
img_region["h"]
|
||||
))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user