retinaface removed in tests

This commit is contained in:
Sefik Ilkin Serengil 2023-01-13 14:00:05 +00:00 committed by GitHub
parent 9c2d9e456d
commit a737fcbbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ def evaluate(condition):
# ------------------------------------------------
detectors = ['opencv', 'mtcnn', 'retinaface']
detectors = ['opencv', 'mtcnn']
models = ['VGG-Face', 'Facenet', 'Facenet512', 'ArcFace', 'SFace']
metrics = ['cosine', 'euclidean', 'euclidean_l2']