MrGiovanni / UNetPlusPlus

[IEEE TMI] Official Implementation for UNet++
Other
2.26k stars 538 forks source link

Overlap Strategy vs Padded Convolution #53

Open gchhablani opened 3 years ago

gchhablani commented 3 years ago

I believe the implementation for U-Net in this repository uses padded convolution. The U-Net paper however mentions the use of Overlap-Tile Strategy and Cropping.

Is there a possibility of adding Overlap-Tile Strategy to this code? What would be the benefits of using this over padded convolutions?