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
688 stars 201 forks source link

How to test my segmentation after training? #16

Open ahmadmubashir opened 6 years ago

ahmadmubashir commented 6 years ago

I trained my dataset on 32 by 32 by 16 patch size. now i dont know how to segment my new volume. which code i should follow?