"pcdet/vscode:/vscode.git/clone" did not exist on "2c93d25adcaa5e9edb3391c7f639b68135c93f67"
Commit ceb1f087 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add missing bracket

parent b4e74232
......@@ -161,6 +161,7 @@ if __name__ == "__main__":
"--use_precomputed_alignments", type=str, default=None,
help="""Path to alignment directory. If provided, alignment computation
is skipped and database path arguments are ignored."""
)
parser.add_argument(
"--output_dir", type=str, default=os.getcwd(),
help="""Name of the directory in which to output the prediction""",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment