AlekseyKorshuk
commited on
Commit
•
cffe77d
1
Parent(s):
9abaf11
updates
Browse files- detection_metrics.py +1 -1
detection_metrics.py
CHANGED
@@ -132,7 +132,7 @@ from typing import List
|
|
132 |
import numpy as np
|
133 |
|
134 |
|
135 |
-
class
|
136 |
@staticmethod
|
137 |
def iou(
|
138 |
dt: List[List[float]], gt: List[List[float]], iscrowd: List[bool]
|
|
|
132 |
import numpy as np
|
133 |
|
134 |
|
135 |
+
class maskUtils(object):
|
136 |
@staticmethod
|
137 |
def iou(
|
138 |
dt: List[List[float]], gt: List[List[float]], iscrowd: List[bool]
|