milesial / Pytorch-UNet

PyTorch implementation of the U-Net for image semantic segmentation with high quality images
GNU General Public License v3.0
9.01k stars 2.47k forks source link

Did you use "crop" in the skip connection? or you just connect them? #488

Open While11 opened 5 months ago

While11 commented 5 months ago

I find that you use "padding" instead of "cropping" in the skip connection, does it right?