Skip to content

Commit

Permalink
fix: fix typo in -f option for fathomnet-generate
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsbarnard committed Jul 16, 2024
1 parent 903eec5 commit c304ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fathomnet/scripts/fathomnet_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c304ce1

Please sign in to comment.