From c304ce1d165e1afe9cecce932dbcd3ebe82aea2b Mon Sep 17 00:00:00 2001 From: Kevin Barnard Date: Tue, 16 Jul 2024 12:19:08 -0700 Subject: [PATCH] fix: fix typo in -f option for fathomnet-generate --- fathomnet/scripts/fathomnet_generate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fathomnet/scripts/fathomnet_generate.py b/fathomnet/scripts/fathomnet_generate.py index 4febbc0..d20edb9 100644 --- a/fathomnet/scripts/fathomnet_generate.py +++ b/fathomnet/scripts/fathomnet_generate.py @@ -441,7 +441,8 @@ def parse_args() -> Arguments: help="Flag to include all bounding boxes of other concepts in specified images", ) parser.add_argument( - "-f" "--format", + "-f", + "--format", dest="format", type=lowercase_str, default="voc",