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

format of predictions and labels for dice loss #13

Open varghesealex90 opened 6 years ago

varghesealex90 commented 6 years ago

Hi;

Is it required that the targets and labels need to be one hot encoded?