From a8f299036e262716c085902d475eab85d4666309 Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Wed, 19 Jun 2024 13:14:11 +0200 Subject: [PATCH] Fix bug --- tools/plantseg/create-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plantseg/create-config.py b/tools/plantseg/create-config.py index 410e1b44..1641aa52 100644 --- a/tools/plantseg/create-config.py +++ b/tools/plantseg/create-config.py @@ -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',