diff --git a/apps/hrm/services.py b/apps/hrm/services.py index a443ca6b..26e22fda 100755 --- a/apps/hrm/services.py +++ b/apps/hrm/services.py @@ -415,7 +415,7 @@ class HrmService: if face_df is None: from apps.hrm.tasks import update_global_face_pd face_df = update_global_face_pd() - dfs = face_find(img_path=img_path, global_df=face_df, model_name='Facenet512') + dfs = face_find(img_path=img_path, global_df=face_df) # dfs = DeepFace.find(img_path=img_path, db_path=db_path) df = dfs[0] if not df.empty: