File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
labelbox/data/metrics/confusion_matrix Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def confusion_matrix_metric(ground_truths: List[Union[
1616 ObjectAnnotation , ClassificationAnnotation ]],
1717 predictions : List [Union [ObjectAnnotation ,
1818 ClassificationAnnotation ]],
19- include_subclasses = True ,
19+ include_subclasses = False ,
2020 iou = 0.5 ) -> List [ConfusionMatrixMetric ]:
2121 """
2222 Computes confusion matrix metrics between two sets of annotations.
@@ -47,7 +47,7 @@ def confusion_matrix_metric(ground_truths: List[Union[
4747def feature_confusion_matrix_metric (
4848 ground_truths : List [Union [ObjectAnnotation , ClassificationAnnotation ]],
4949 predictions : List [Union [ObjectAnnotation , ClassificationAnnotation ]],
50- include_subclasses = True ,
50+ include_subclasses = False ,
5151 iou : float = 0.5 ,
5252) -> List [ConfusionMatrixMetric ]:
5353 """
You can’t perform that action at this time.
0 commit comments