add comment

This commit is contained in:
Starbeamrainbowlabs 2022-12-15 19:33:25 +00:00
parent ef5071b569
commit 423e277ed1
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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)