MrGiovanni / UNetPlusPlus

[IEEE TMI] Official Implementation for UNet++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overlap Strategy vs Padded Convolution

gchhablani opened this issue · comments

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?