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 e52504f commit 2aa6d1eCopy full SHA for 2aa6d1e
tiatoolbox/models/dataset/classification.py
@@ -263,7 +263,9 @@ def __init__( # skipcq: PY-R1000
263
input_within_bound=False,
264
)
265
266
- mask_reader = self._setup_mask_reader(mask_path, reader, auto_get_mask)
+ mask_reader = self._setup_mask_reader(
267
+ mask_path, reader, auto_get_mask=auto_get_mask
268
+ )
269
if mask_reader is not None:
270
self._filter_patches(mask_reader, wsi_shape, min_mask_ratio)
271
0 commit comments