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,
1616 include_subclasses = True ) -> List [ScalarMetric ]:
1717 """
1818 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) .
2020 Each class in the annotation list is weighted equally in the iou score.
2121
2222 Args:
@@ -41,6 +41,7 @@ def feature_miou_metric(ground_truths: List[Union[ObjectAnnotation,
4141 include_subclasses = True ) -> List [ScalarMetric ]:
4242 """
4343 Computes the miou for each type of class in the list of annotations.
44+ These annotations should relate to the same data (image/video).
4445
4546 Args:
4647 ground_truth : Label containing human annotations or annotations known to be correct
You can’t perform that action at this time.
0 commit comments