We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a08a80 commit 9f7c3a7Copy full SHA for 9f7c3a7
labelbox/data/metrics/confusion_matrix/confusion_matrix.py
@@ -77,7 +77,7 @@ def feature_confusion_matrix_metric(
77
metric_name = _get_metric_name(annotation_pairs[key][0],
78
annotation_pairs[key][1], iou)
79
metrics.append(
80
- ConfusionMatrixMetric(metric_name=name,
+ ConfusionMatrixMetric(metric_name=metric_name,
81
feature_name=key,
82
value=value))
83
return metrics
0 commit comments