Git Product home page Git Product logo

unet-pytorch's Introduction

UNet-pytorch

Overview

This is the code for kaggle 2018 data science bowl nuclei segmentation (https://www.kaggle.com/c/data-science-bowl-2018). We will use UNet to perform the segmentation task.

Dependencies

  • numpy
  • scipy
  • tqdm
  • pillow
  • scikit-image
  • pytorch
  • pandas

Usage

  1. Download the dataset from Kaggle (https://www.kaggle.com/c/data-science-bowl-2018/data).

  2. Create two folders called combined and testing_data. Run script utils.py to prepare training image and testing image, the prepared image will be inside combined and testing_data folder.

  3. In class Option under script utils.py, set is_train = True and adjust three dirs and other parameters.

  4. Run script train.py. The model will be saved under folder checkpoint.

  5. When making prediction using testing data, set train=False in utils.py, and run script train.py again. The prediction masks will be saved to the folder specified in Option class under utils.py, and the run-length-encoding csv file will be saved in current folder.

Training results

U-Net Architecture

image1

Some examples of prediction masks

image2

Evaluation

image3

unet-pytorch's People

Contributors

limingwu8 avatar

Watchers

James Cloos 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.