File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
labelbox/data/metrics/iou Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def miou_metric(ground_truths: List[Union[ObjectAnnotation,
16
16
include_subclasses = True ) -> List [ScalarMetric ]:
17
17
"""
18
18
Computes miou between two sets of annotations.
19
- This will most commonly be used for data row level metrics .
19
+ These annotations should relate to the same data (image/video) .
20
20
Each class in the annotation list is weighted equally in the iou score.
21
21
22
22
Args:
@@ -41,6 +41,7 @@ def feature_miou_metric(ground_truths: List[Union[ObjectAnnotation,
41
41
include_subclasses = True ) -> List [ScalarMetric ]:
42
42
"""
43
43
Computes the miou for each type of class in the list of annotations.
44
+ These annotations should relate to the same data (image/video).
44
45
45
46
Args:
46
47
ground_truth : Label containing human annotations or annotations known to be correct
You can’t perform that action at this time.
0 commit comments