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 e5027a0 commit 623a467Copy full SHA for 623a467
scripts/prediction/postprocess_ihc_synapse.py
@@ -24,8 +24,6 @@ def main():
24
help="Input key for data in base segmentation.")
25
parser.add_argument("--ref_key", type=str, default=None,
26
help="Input key for data in reference segmentation.")
27
- parser.add_argument("--out_key", type=str, default="segmentation",
28
- help="Input key for data in output file.")
29
30
parser.add_argument('-r', "--resolution", type=float, default=0.38, help="Resolution of input in micrometer.")
31
parser.add_argument("--tif", action="store_true", help="Store output as tif file.")
0 commit comments