hyfeng017 commited on
Commit
23ec865
·
1 Parent(s): 18e4ab3

Add employee_images folder with Git LFS

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '/content/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
 
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