Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Nov 19, 2024
1 parent b18c0bf commit 0218de3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micro_sam/automatic_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def main():
"--mode", type=str, default=None,
help="The choice of automatic segmentation with the Segment Anything models. Either 'amg' or 'ais'."
)
# mode, default none, can be ais or amg
parser.add_argument(
"-d", "--device", default=None,
help="The device to use for the predictor. Can be one of 'cuda', 'cpu' or 'mps' (only MAC)."
Expand Down

0 comments on commit 0218de3

Please sign in to comment.