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

What augmentation is used? #14

Open dearkafka opened 6 years ago

dearkafka commented 6 years ago

I looked in torchbiomed and here, but can not find answer, what particular transform methods are used? Is it rotating, cropping, shifting? Also, you are resizing Luna dataset to meet input or are you cropping and padding areas with nodules?

abhiML commented 6 years ago

did you find the answer? @dearkafka