mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
retinaface removed in tests
This commit is contained in:
parent
9c2d9e456d
commit
a737fcbbc9
@ -33,7 +33,7 @@ def evaluate(condition):
|
|||||||
|
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
|
|
||||||
detectors = ['opencv', 'mtcnn', 'retinaface']
|
detectors = ['opencv', 'mtcnn']
|
||||||
models = ['VGG-Face', 'Facenet', 'Facenet512', 'ArcFace', 'SFace']
|
models = ['VGG-Face', 'Facenet', 'Facenet512', 'ArcFace', 'SFace']
|
||||||
metrics = ['cosine', 'euclidean', 'euclidean_l2']
|
metrics = ['cosine', 'euclidean', 'euclidean_l2']
|
||||||
|
|
||||||
@ -240,4 +240,4 @@ if test_score > expected_coverage:
|
|||||||
else:
|
else:
|
||||||
print("min required test coverage is NOT satisfied")
|
print("min required test coverage is NOT satisfied")
|
||||||
|
|
||||||
assert test_score > expected_coverage
|
assert test_score > expected_coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user