Skip to content

Commit 0db92fc

Browse files
Add some TODOs for CLI update
1 parent f3be90a commit 0db92fc

File tree

1 file changed

+2
-0
lines changed
  • synaptic_reconstruction/tools

1 file changed

+2
-0
lines changed

synaptic_reconstruction/tools/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77

88
# TODO: handle kwargs
9+
# TODO: add custom model path
910
def segmentation_cli():
1011
parser = argparse.ArgumentParser(description="Run segmentation.")
1112
parser.add_argument(
@@ -16,6 +17,7 @@ def segmentation_cli():
1617
"--output_path", "-o", required=True,
1718
help="The filepath to directory where the segmentations will be saved."
1819
)
20+
# TODO: list the availabel models here by parsing the keys of the model registry
1921
parser.add_argument(
2022
"--model", "-m", required=True, help="The model type."
2123
)

0 commit comments

Comments
 (0)