Spaces:
No application file
No application file
Add employee_images folder with Git LFS
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def register_images_facenet(model, image_dir):
|
|
43 |
return embeddings
|
44 |
|
45 |
# Load employee images and register them
|
46 |
-
employee_images_dir = '
|
47 |
facenet_embeddings = register_images_facenet(facenet_model, employee_images_dir)
|
48 |
|
49 |
# Identify image function
|
|
|
43 |
return embeddings
|
44 |
|
45 |
# Load employee images and register them
|
46 |
+
employee_images_dir = 'employees_images' # Ensure this directory is in the same directory as app.py
|
47 |
facenet_embeddings = register_images_facenet(facenet_model, employee_images_dir)
|
48 |
|
49 |
# Identify image function
|