Spaces:
Sleeping
Sleeping
wip
Browse files- user-friendly-metrics.py +1 -1
user-friendly-metrics.py
CHANGED
@@ -74,7 +74,7 @@ class UserFriendlyMetrics(evaluate.Metric):
|
|
74 |
self.payload = payload
|
75 |
self.recognition_thresholds = recognition_thresholds
|
76 |
|
77 |
-
|
78 |
|
79 |
def _info(self):
|
80 |
# TODO: Specifies the evaluate.EvaluationModuleInfo object
|
|
|
74 |
self.payload = payload
|
75 |
self.recognition_thresholds = recognition_thresholds
|
76 |
|
77 |
+
print("iou_threshold", self.iou_threshold)
|
78 |
|
79 |
def _info(self):
|
80 |
# TODO: Specifies the evaluate.EvaluationModuleInfo object
|