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 80f4af4 commit 05fbe45Copy full SHA for 05fbe45
micro_sam/training/training.py
@@ -421,7 +421,7 @@ def default_sam_dataset(
421
"""
422
423
# By default, let the 'default_segmentation_dataset' heuristic decide for itself.
424
- is_seg_dataset = None
+ is_seg_dataset = kwargs.pop("is_seg_dataset", None)
425
426
# Check if the raw inputs are RGB or not. If yes, use 'ImageCollectionDataset'.
427
# Get valid raw paths to make checks possible.
0 commit comments