hyfeng017 commited on
Commit
937f111
·
verified ·
1 Parent(s): e1a0b9b

Update app.py

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 = 'employee_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' # 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