lxasqjc / Deformation-Segmentation

PyTorch implementation of Learning to Downsample for Segmentation of Ultra-High Resolution Images [ICLR 2022]
Other
41 stars 6 forks source link

Fixes running on the deepglobe dataset #14

Closed cnstt closed 1 year ago

cnstt commented 1 year ago

When following the folder architecture advised in the readme, the running on DeepGlobe failed. This PR fixes it by recognising the "deepglob" directory (without capital letters) :)

lxasqjc commented 1 year ago

thanks for adding it :)