mattmacy / vnet.pytorch

A PyTorch implementation for V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation
https://mattmacy.github.io/vnet.pytorch
BSD 3-Clause "New" or "Revised" License
693 stars 200 forks source link

OutputTransition #33

Open LiB98 opened 2 years ago

LiB98 commented 2 years ago

After the final upTransition, input is 32 channels and should be processed through the 111 filter directly according to the image. but you first process the input through the kernel(555) and then kernel(111).So I can't understand why you do the extra step(kernel size 555), maybe I am wrong, please reply for me ,if you are free, thx