You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Order of the axes of the mask when using Zarr/H5 images in train data.
260
260
_C.DATA.TRAIN.INPUT_MASK_AXES_ORDER="TZCYX"
261
261
262
-
# Remove training images by the conditions based on their properties. When using Zarr each patch within the Zarr will be processed and not
263
-
# the entire image.
264
-
# The three variables, DATA.TRAIN.FILTER_SAMPLES.PROPS, DATA.TRAIN.FILTER_SAMPLES.VALUES and DATA.TRAIN.FILTER_SAMPLES.SIGN will compose a list of
262
+
# Remove training images by the conditions based on their properties. When using Zarr each patch within the Zarr will be processed and will
263
+
# not depend on 'DATA.FILTER_BY_IMAGE' variable
264
+
# The three variables, DATA.TRAIN.FILTER_SAMPLES.PROPS, DATA.TRAIN.FILTER_SAMPLES.VALUES and DATA.TRAIN.FILTER_SAMPLES.SIGNS will compose a list of
265
265
# conditions to remove the images. They are list of list of conditions. For instance, the conditions can be like this: [['A'], ['B','C']]. Then, if
266
266
# the image satisfies the first list of conditions, only 'A' in this first case (from ['A'] list), or satisfy 'B' and 'C' (from ['B','C'] list)
267
267
# it will be removed from the image. In each sublist all the conditions must be satisfied. Available properties are: ['foreground', 'mean', 'min', 'max'].
# Remove test images by the conditions based on their properties. When using Zarr each patch within the Zarr will be processed and not
418
-
# the entire image.
419
-
# The three variables, DATA.TEST.FILTER_SAMPLES.PROPS, DATA.TEST.FILTER_SAMPLES.VALUES and DATA.TEST.FILTER_SAMPLES.SIGN will compose a
417
+
# Remove test images by the conditions based on their properties. When using Zarr each patch within the Zarr will be processed and will
418
+
# not depend on 'DATA.FILTER_BY_IMAGE' variable
419
+
# The three variables, DATA.TEST.FILTER_SAMPLES.PROPS, DATA.TEST.FILTER_SAMPLES.VALUES and DATA.TEST.FILTER_SAMPLES.SIGNS will compose a
420
420
# list of conditions to remove the images. They are list of list of conditions. For instance, the conditions can be like this: [['A'], ['B','C']].
421
421
# Then, if the image satisfies the first list of conditions, only 'A' in this first case (from ['A'] list), or satisfy 'B' and 'C' (from ['B','C'] list)
422
422
# it will be removed from the image. In each sublist all the conditions must be satisfied. Available properties are: ['foreground', 'mean', 'min', 'max'].
# Order of the axes of the mask when using Zarr/H5 images in validation data.
509
509
_C.DATA.VAL.INPUT_MASK_AXES_ORDER="TZCYX"
510
-
# Remove validation images by the conditions based on their properties. When using Zarr each patch within the Zarr will be processed and not
511
-
# the entire image.
512
-
# The three variables, DATA.VAL.FILTER_SAMPLES.PROPS, DATA.VAL.FILTER_SAMPLES.VALUES and DATA.VAL.FILTER_SAMPLES.SIGN will compose a list of
510
+
# Remove validation images by the conditions based on their properties. When using Zarr each patch within the Zarr will be processed and will
511
+
# not depend on 'DATA.FILTER_BY_IMAGE' variable
512
+
# The three variables, DATA.VAL.FILTER_SAMPLES.PROPS, DATA.VAL.FILTER_SAMPLES.VALUES and DATA.VAL.FILTER_SAMPLES.SIGNS will compose a list of
513
513
# conditions to remove the images. They are list of list of conditions. For instance, the conditions can be like this: [['A'], ['B','C']]. Then,
514
514
# if the image satisfies the first list of conditions, only 'A' in this first case (from ['A'] list), or satisfy 'B' and 'C' (from ['B','C'] list)
515
515
# it will be removed from the image. In each sublist all the conditions must be satisfied. Available properties are: ['foreground', 'mean', 'min', 'max'].
# Remove instances by the conditions based in each instance properties. The three variables, TEST.POST_PROCESSING.MEASURE_PROPERTIES.REMOVE_BY_PROPERTIES.PROPS,
1167
-
# TEST.POST_PROCESSING.MEASURE_PROPERTIES.REMOVE_BY_PROPERTIES.VALUES and TEST.POST_PROCESSING.MEASURE_PROPERTIES.REMOVE_BY_PROPERTIES.SIGN will compose a list
1167
+
# TEST.POST_PROCESSING.MEASURE_PROPERTIES.REMOVE_BY_PROPERTIES.VALUES and TEST.POST_PROCESSING.MEASURE_PROPERTIES.REMOVE_BY_PROPERTIES.SIGNS will compose a list
1168
1168
# of conditions to remove the instances. They are list of list of conditions. For instance, the conditions can be like this: [['A'], ['B','C']]. Then, if the instance satisfies
1169
1169
# the first list of conditions, only 'A' in this first case (from ['A'] list), or satisfy 'B' and 'C' (from ['B','C'] list) it will be
1170
1170
# removed from the image. In each sublist all the conditions must be satisfied. Available properties are: ['circularity', 'elongation',
0 commit comments