mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
add comment
This commit is contained in:
parent
ef5071b569
commit
423e277ed1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def run(args):
|
|||
batch_size=args.batch_size,
|
||||
water_threshold=args.water_threshold,
|
||||
output_size=args.water_size,
|
||||
input_size=None,
|
||||
input_size=None, # Don't crop the input size
|
||||
filepath_heightmap=args.heightmap
|
||||
)
|
||||
dataset_metadata = read_metadata(args.input)
|
||||
|
|
Loading…
Reference in a new issue