From 3c5e9f06ed7a46f8933b80d95cb467f92f450f07 Mon Sep 17 00:00:00 2001 From: Kyle Vedder Date: Tue, 30 May 2023 20:09:18 -0400 Subject: [PATCH] Fix typo in make mask file script name. --- src/av2/evaluation/scene_flow/make_mask_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/av2/evaluation/scene_flow/make_mask_files.py b/src/av2/evaluation/scene_flow/make_mask_files.py index de6a096b..6e9ac256 100644 --- a/src/av2/evaluation/scene_flow/make_mask_files.py +++ b/src/av2/evaluation/scene_flow/make_mask_files.py @@ -55,7 +55,7 @@ def make_mask_files(output_file: str, data_dir: str, name: str, split: str) -> N @click.command() -@click.argument("output_dir", type=str) +@click.argument("output_file", type=str) @click.argument("data_dir", type=str) @click.option( "--name",