mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-25 10:32:59 +00:00
segmentation: param name fix
This commit is contained in:
parent
41ba980d69
commit
4cd8fc6ded
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def run(args):
|
||||||
ai = RainfallWaterSegmenter(
|
ai = RainfallWaterSegmenter(
|
||||||
dir_output=args.output,
|
dir_output=args.output,
|
||||||
batch_size=args.batch_size,
|
batch_size=args.batch_size,
|
||||||
feature_dim=args.feature_dim,
|
feature_dim_in=args.feature_dim,
|
||||||
|
|
||||||
metadata = read_metadata(args.input),
|
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.
|
shape_water=[ args.water_size, args.water_size ] # The DESIRED output shape. the actual data will be cropped to match this.
|
||||||
|
|
Loading…
Reference in a new issue