Skip to content

Commit

Permalink
[FIX] Wrong CLI argument for TXT coords norm
Browse files Browse the repository at this point in the history
  • Loading branch information
laclouis5 committed Apr 15, 2024
1 parent 290bc25 commit 7ea8315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globox/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def parse_annotations(args: argparse.Namespace) -> AnnotationSet:
)
elif format_in == "txt":
format = BoxFormat.from_string(args.bb_fmt_in)
relative: bool = args.norm_in == "rel"
relative: bool = args.norm_in_dets == "rel"
extension: str = args.ext_in
sep: str = args.sep_in

Expand Down

0 comments on commit 7ea8315

Please sign in to comment.