road-segmentation
road-segmentation copied to clipboard
Satellite image segmentation using convolutional neural networks.
 Just for debugging i added print(len(img_patches)), as you can see, the length is only 1 before the error throws
`Traceback (most recent call last): File "run.py", line 29, in generate_submission(model, submission_filename, *image_filenames) File "F:\honours-vis\segmentation\road-segmentation\helpers.py", line 100, in generate_submission f.writelines('{}\n'.format(s) for s in mask_to_submission_strings(model, fn)) File "F:\honours-vis\segmentation\road-segmentation\helpers.py", line 100, in...