mirror of
https://github.com/serengil/deepface.git
synced 2025-07-22 09:50:00 +00:00
unit test extended for centerface
This commit is contained in:
parent
4577b43051
commit
154fca372d
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user