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 4d95cd5 commit 97cb618Copy full SHA for 97cb618
nucleus/metrics/base.py
@@ -145,7 +145,7 @@ def __call__(
145
self._raise_if_everything_filtered(
146
annotations, filtered_anns, predictions, filtered_preds
147
)
148
- return self.call_metric(annotations, predictions)
+ return self.call_metric(filtered_anns, filtered_preds)
149
150
@abstractmethod
151
def aggregate_score(self, results: List[MetricResult]) -> ScalarResult:
0 commit comments