Skip to content

Commit

Permalink
save repr to output dir in thumbnail sort labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Jacobsen committed Apr 17, 2024
1 parent cb15649 commit f01eb46
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ def func(image_path: Path, label_path: Path, tasks_path: Path) -> None:
)

shutil.copy("see_in_context.py", args.path_to_output_dir)

with open(args.path_to_output_dir / "config_print.txt", "w") as f:
f.write(repr(args))
else:
parser.print_help()

Expand Down

0 comments on commit f01eb46

Please sign in to comment.