From 4448eb2a68fec4a02f0cf18e55971f265d137427 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 11 Sep 2023 18:02:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8vgg?= =?UTF-8?q?=20face?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/utils/face.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/utils/face.py b/apps/utils/face.py index cead337f..38bd44fc 100644 --- a/apps/utils/face.py +++ b/apps/utils/face.py @@ -6,7 +6,7 @@ import time def face_find( img_path, global_df, - model_name="Facenet512", + model_name="VGG-Face", distance_metric="cosine", enforce_detection=True, detector_backend="opencv",