road-segmentation icon indicating copy to clipboard operation
road-segmentation copied to clipboard

Satellite image segmentation using convolutional neural networks.

Results 2 road-segmentation issues
Sort by recently updated
recently updated
newest added

![SharedScreenshot](https://user-images.githubusercontent.com/32878682/60783842-1906eb80-a16a-11e9-8ad3-3f66b3936f2e.jpg) 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...