Skip to content

Commit

Permalink
Minor update to UI-based training (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 authored Jul 18, 2024
1 parent ed14bb8 commit d89ae08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micro_sam/training/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def _update_patch_shape(patch_shape, raw_paths, raw_key, with_channels):
path = raw_paths[0]
else:
path = raw_paths
assert isinstance(raw_paths, (str, os.PathLike))

# Check the underlying data dimensionality.
if raw_key is None: # If no key is given then we assume it's an image file.
Expand Down

0 comments on commit d89ae08

Please sign in to comment.