From 0218de38d89bbf22e7a4e31295e4b4f0d2d0f0f4 Mon Sep 17 00:00:00 2001 From: Anwai Archit Date: Tue, 19 Nov 2024 21:53:25 +0100 Subject: [PATCH] Remove TODO comment --- micro_sam/automatic_segmentation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/micro_sam/automatic_segmentation.py b/micro_sam/automatic_segmentation.py index 5fea605c..6d3a9c20 100644 --- a/micro_sam/automatic_segmentation.py +++ b/micro_sam/automatic_segmentation.py @@ -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)."