Skip to content

Commit

Permalink
unit tests updated
Browse files Browse the repository at this point in the history
- FaceNet512 added into unit test cases
- pylint disable added for borad except
  • Loading branch information
serengil committed Dec 8, 2023
1 parent c69f9fc commit 39e29c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

logger = Logger()

# pylint: disable=consider-iterating-dictionary
# pylint: disable=consider-iterating-dictionary,broad-except

logger.info("-----------------------------------------")

Expand Down Expand Up @@ -45,7 +45,7 @@ def evaluate(condition):
# ------------------------------------------------

detectors = ["opencv", "mtcnn"]
models = ["VGG-Face", "Facenet", "ArcFace"]
models = ["VGG-Face", "Facenet", "Facenet512", "ArcFace"]
metrics = ["cosine", "euclidean", "euclidean_l2"]

dataset = [
Expand Down

0 comments on commit 39e29c0

Please sign in to comment.