Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Jun 19, 2024
1 parent a731d89 commit a8f2990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/plantseg/create-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
with open(args.inputs, 'r') as fp:
inputs = json.load(fp)

cfg = dict(path=args.image)
cfg = dict(path=args.img_in)
for section_name in (
'preprocessing',
'cnn_prediction',
Expand Down

0 comments on commit a8f2990

Please sign in to comment.