Spaces:
Sleeping
Sleeping
default iou to 1e-10
Browse files- user-friendly-metrics.py +1 -1
user-friendly-metrics.py
CHANGED
|
@@ -95,7 +95,7 @@ class UserFriendlyMetrics(evaluate.Metric):
|
|
| 95 |
def _compute(
|
| 96 |
self,
|
| 97 |
payload,
|
| 98 |
-
max_iou: float =
|
| 99 |
filter={},
|
| 100 |
recognition_thresholds=[0.3, 0.5, 0.8],
|
| 101 |
debug: bool = False,
|
|
|
|
| 95 |
def _compute(
|
| 96 |
self,
|
| 97 |
payload,
|
| 98 |
+
max_iou: float = 1e-10,
|
| 99 |
filter={},
|
| 100 |
recognition_thresholds=[0.3, 0.5, 0.8],
|
| 101 |
debug: bool = False,
|