mirror of
https://github.com/serengil/deepface.git
synced 2025-07-22 18:00:02 +00:00
unit test extended for centerface
This commit is contained in:
parent
4577b43051
commit
154fca372d
@ -37,7 +37,6 @@ detector_backends = [
|
||||
"centerface",
|
||||
]
|
||||
|
||||
"""
|
||||
# verification
|
||||
for model_name in model_names:
|
||||
obj = DeepFace.verify(
|
||||
@ -60,7 +59,6 @@ dfs = DeepFace.find(
|
||||
)
|
||||
for df in dfs:
|
||||
logger.info(df)
|
||||
"""
|
||||
|
||||
expand_areas = [0]
|
||||
img_paths = ["dataset/img11.jpg", "dataset/img11_reflection.jpg"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user