Skip to content

Commit

Permalink
main.py: Use input dir from command line args
Browse files Browse the repository at this point in the history
  • Loading branch information
viklofg committed Apr 10, 2024
1 parent 44015ae commit c6ef377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
config = yaml.safe_load(f)

pipe = Pipeline.from_config(config)
pipe.run("data/demo_images/A0068699")
pipe.run(sys.argv[2])

0 comments on commit c6ef377

Please sign in to comment.