Git Product home page Git Product logo

u-net's Introduction

U-net

基于U-net的医学影像分割 / pytorch实现

Main Code

  • main.py
    使用Unet模型对ISBI Challenge 2012的数据集(详见dataset)进行训练,并对结果进行预测。
  • unet.py
    Unet模型的pytorch实现
  • DataHelper.py
    此代码中包含函数功能有:
    1、对训练数据、测试数据的读取与矩阵化处理(在'main.py'被转成tensor)
    2、对预测结果的二值化处理

Operating environment

本次实验的环境如下:

  • Ubuntu 16.04
  • python 3.6
  • cuda 9.0
  • pytorch

    需要的第三方模块如下:
  • numpy
  • PIL
  • tqdm
  • skimage

Operation instructions

配置环境之后运行main.py

Sample

Reference

本次实验参考github有
https://github.com/JavisPeng/u_net_liver
https://github.com/zhixuhao/unet
也欢迎查看我的博客

u-net's People

Contributors

czt1998 avatar

Stargazers

Frank Star 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.