Resolve "ilastik models do not validate dimensionality of input data"
Merged
requested to merge 1-ilastik-models-do-not-validate-dimensionality-of-input-data into staging
Compare changes
- Christopher Randolph Rhodes authored
Test of patch object classification now explicitly excludes single pixels that are labeled differently
@@ -11,6 +11,9 @@ from model_server.base.roiset import _get_label_ids, RoiSet, RoiSetMetaParams
@@ -83,6 +86,40 @@ class TestIlastikPixelClassification(unittest.TestCase):
@@ -97,7 +134,7 @@ class TestIlastikPixelClassification(unittest.TestCase):
@@ -113,7 +150,7 @@ class TestIlastikPixelClassification(unittest.TestCase):
@@ -269,16 +306,18 @@ class TestIlastikObjectClassification(unittest.TestCase):