We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236f7d0 commit 8f2dfb1Copy full SHA for 8f2dfb1
scripts/resize_wrongly_scaled_cochleas.py
@@ -60,4 +60,4 @@ def copy_chunk(block_index):
60
61
args = parser.parse_args()
62
63
- main(args.input, args.output, args.scale, args.input_key, args.interpolation_order)
+ main(args.input_file, args.output_folder, args.scale, args.input_key, args.interpolation_order)
0 commit comments