Vnet is a PyTorch implementation of the paper V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation by Fausto Milletari, Nassir Navab, and Seyed-Ahmad Ahmadi. This implementation is based on the official version faustomilletari/VNet and the pytorch version by mattmacy/vnet.pytorch.
zyody/vnet.pytorch
A pytorch version of V-net based on mattmacy/vnet.pytorch and faustomilletari/VNet
PythonBSD-3-Clause