Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Dec 4, 2023
1 parent 9795856 commit 5403a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datasets/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def get_parser(cls) -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(add_help=False)
pre_process_args = parser.add_argument_group("preprocessing")

pre_process_args.add_argument("--resize", action="store_true", help="Resize input images")
pre_process_args.add_argument("--resize", action="store_true", help="Resize input images")
pre_process_args.add_argument(
"--resize_mode",
Expand Down

0 comments on commit 5403a76

Please sign in to comment.