Giter Site home page Giter Site logo

vnet.pytorch's Introduction

Reproduction of V-Net in PyTorch

This repo is created because I found that most repos on Github trying to reproduce V-Net by PyTorch have too many differences from the orginal paper V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image, which may cause "potential misunderstandings".

Here are some additional explanation:

  • My work is mainly based on @zengyu714's code. The full network is constructed in a single file so you can easily adapt it to any of your projects.
  • The network is now much closer to the one described in the paper(in my view), but still have two things different -- normalization and last activation layer. This repo uses InstanceNorm3d between Conv3d and PReLU, and uses Sigmoid as last activation layer.

Please star this repo if you find it helpful, and if you find any other places of the codes seem different from the one in that paper, please inform me without hesitation. Thank you very much.

vnet.pytorch's People

Contributors

dootmaan avatar

Stargazers

 avatar Braulio J. Solano-Rojas avatar  avatar Ethan avatar Nikita Litvinenko avatar Gabriella d' Albenzio avatar Doris avatar  avatar  avatar  avatar WeiLi Jiang avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

yizhaoxin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.