/Magic-VNet

VNet for 3d volume segmentation

Primary LanguagePythonMIT LicenseMIT

VNet PyTorch Implements

This repository including some extension implements based original VNet network.

Requirements

  1. PyTorch>1.1.0
  2. inplace_abn please see the installation in mapillary/inplace_abn (PS: if you don't want the inplace_abn module just comment line )

Installation & Usage

  • Clone this repository
git clone https://github.com/Hsuxu/Magic-VNet.git
cd Magic-VNet
python setup.py install
  • import to your code
from magic_vnet import VNet # network you need

Reference

Paper

Code