GithubHelp home page GithubHelp logo

trivial_ml_project's Introduction

The code for ML class

Brief introduction

It is the code for ML class. In the project, we need to find the boundary between different cells (similar to ISBI Challenge[1]). The data set consists of 30 samples, 25 for train and 5 for test given by the teacher. No pretrain or extra data is allowed.

In the repo, we implement three methods, namely:

  • UNet
  • UNet++
  • HRNet

Run the code

First, you need to put data in the data directory.

Then you can use the following lines to run the given methods. Examples are given using the default arguments.

UNet:

python train_unet.py

UNet++:

python train_plusplus.py

HRNet:

python train_hrnet.py

Results:

Models IoU v_info v_rand
UNet 0.679 0.916 0.886
UNet++ 0.682 0.905 0.846
HRNet 0.670 0.910 0.858

Some other words

The repo is originally forked from Pytorch-Unet, but we have changed most part of it.

For convenience and potiential needs, we have kept the original README.md file, and rename it as README_old.md.

References

[1] http://brainiac2.mit.edu/isbi challenge/

trivial_ml_project's People

Contributors

milesial avatar biansy000 avatar laclouis5 avatar whenyd avatar ant-korn avatar changjo avatar chaospredictor avatar ziyuanzhangtony avatar joshmyersdean avatar pierrezeb avatar rht avatar

Watchers

 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.