mirror of
https://github.com/serengil/deepface.git
synced 2025-06-04 02:20:06 +00:00
fix 'lines too long' lint issue
This commit is contained in:
parent
530c53899b
commit
dae7f225f8
@ -449,7 +449,13 @@ def find_threshold(model_name: str, distance_metric: str) -> float:
|
||||
base_threshold = {"cosine": 0.40, "euclidean": 0.55, "euclidean_l2": 0.75, "angular": 0.37}
|
||||
|
||||
thresholds = {
|
||||
# "VGG-Face": {"cosine": 0.40, "euclidean": 0.60, "euclidean_l2": 0.86, "angular": 0.37}, # 2622d
|
||||
# "VGG-Face": {
|
||||
# "cosine": 0.40,
|
||||
# "euclidean": 0.60,
|
||||
# "euclidean_l2": 0.86,
|
||||
# "angular": 0.37
|
||||
# }, # 2622d
|
||||
|
||||
"VGG-Face": {
|
||||
"cosine": 0.68,
|
||||
"euclidean": 1.17,
|
||||
|
Loading…
x
Reference in New Issue
Block a user