From 5748a009b6879101400fe178cb1c9d4e737be9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eefik=20Serangil?= Date: Tue, 16 Jun 2020 23:57:31 +0300 Subject: [PATCH] unit tests --- tests/unit_tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit_tests.py b/tests/unit_tests.py index 0eacdf8..ff0058a 100644 --- a/tests/unit_tests.py +++ b/tests/unit_tests.py @@ -105,8 +105,7 @@ dataset = [ ['dataset/img6.jpg', 'dataset/img9.jpg', False], ] -models = ['DeepID'] -#models = ['VGG-Face', 'Facenet', 'OpenFace', 'DeepFace', 'DeepID'] +models = ['VGG-Face', 'Facenet', 'OpenFace', 'DeepFace', 'DeepID'] metrics = ['cosine', 'euclidean', 'euclidean_l2'] passed_tests = 0; test_cases = 0