From a9cfeeb48ecea3123918ba2b9f8316bc84e512af Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 11 Sep 2023 17:08:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20vgg=E8=AF=86=E5=88=AB=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/hrm/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: