mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
typo
This commit is contained in:
parent
0ef420bc10
commit
72919d95f4
@ -150,7 +150,7 @@ def represent(
|
||||
batch_confidences.append(confidence)
|
||||
|
||||
# Convert list of images to a numpy array for batch processing
|
||||
batch_images = np.concat(batch_images)
|
||||
batch_images = np.concatenate(batch_images, axis=0)
|
||||
|
||||
# Forward pass through the model for the entire batch
|
||||
embeddings = model.forward(batch_images)
|
||||
|
Loading…
x
Reference in New Issue
Block a user