segmentation: param name fix

This commit is contained in:
Starbeamrainbowlabs 2022-09-28 17:37:42 +01:00
parent 41ba980d69
commit 4cd8fc6ded
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -52,7 +52,7 @@ def run(args):
ai = RainfallWaterSegmenter(
dir_output=args.output,
batch_size=args.batch_size,
feature_dim=args.feature_dim,
feature_dim_in=args.feature_dim,
metadata = read_metadata(args.input),
shape_water=[ args.water_size, args.water_size ] # The DESIRED output shape. the actual data will be cropped to match this.