GithubHelp home page GithubHelp logo

vijula / vnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flaick/vnet

0.0 0.0 0.0 146 KB

Segmentation of Kidney and Tumor Competition A Pytorch implementation for <V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation>

Python 100.00%

vnet's Introduction

3D Segmentation by VNet

Pipeline

Phase1:Coarse Segmentation for Kidney AND Tumor(consider two organs as one, 0: background, 1: Kidney AND Tumor) to get a bounding box of Kidney and Tumor. Post processing such as Maximum connected domain is applied to remove the noise.

Phase2:Detail Segmentation for Kidney OR Tumor(0: background, 1:Kidney, 2:Tumor).Post processing such as Maximum connected domain, changing threshold in sigmod(times a weight for the tumor probability map)

Model

VNet(Phase 1)

image
Fig from the paper <V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation>

2-step Model(Phase 2)

image
Can be easily modified to 2-step model.

Dataset

200 CT cases pre-processed by clip operation to range (-250,250) from KiTS19 competition.

Loss Function

Jointly use

  1. CE loss
  2. Dice loss
  3. Focal loss
    Reference:
    https://blog.csdn.net/m0_37477175/article/details/83004746

Metrics

Dice: Results of Phase1:
image
Results of Phase2:
image

boundbox.py

Get a (384,240,80) bounding box from coarse_bbox.txt(generate from the Phase)

vnet's People

Contributors

flaick avatar

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.