fix: 默认使用vgg face
This commit is contained in:
parent
741269be87
commit
4448eb2a68
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue