unit test extended for centerface

This commit is contained in:
Sefik Ilkin Serengil 2024-04-12 14:49:25 +01:00
parent 4577b43051
commit 154fca372d

View File

@ -37,7 +37,6 @@ detector_backends = [
"centerface", "centerface",
] ]
"""
# verification # verification
for model_name in model_names: for model_name in model_names:
obj = DeepFace.verify( obj = DeepFace.verify(
@ -60,7 +59,6 @@ dfs = DeepFace.find(
) )
for df in dfs: for df in dfs:
logger.info(df) logger.info(df)
"""
expand_areas = [0] expand_areas = [0]
img_paths = ["dataset/img11.jpg", "dataset/img11_reflection.jpg"] img_paths = ["dataset/img11.jpg", "dataset/img11_reflection.jpg"]