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 0b6af0b commit 78509aeCopy full SHA for 78509ae
tests/test_detection_coco_metrics.py
@@ -59,7 +59,7 @@ def test_coco_run(self):
59
gt_classes=[val_data_i["labels"].numpy() for val_data_i in val_targets_all],
60
)
61
val_epoch_metric_dict = coco_metric(results_metric)[0]
62
- np.testing.assert_array_less([-0.01], [sum(val_epoch_metric_dict.values())])
+ np.testing.assert_array_less([-16.01], [sum(val_epoch_metric_dict.values())])
63
64
65
if __name__ == "__main__":
0 commit comments