Giter Club home page Giter Club logo

mimage-retinaunet's Introduction

UNet for Retina Vessel Segmentation

UNet for retina vessel segmentation.

Usage

We run the code on Ubuntu 18.04 LTS with a GTX 1080ti GPU.

Requirement

Python (3.7.3) | Tensorflow (2.0.0) | CUDA (10.0) | cuDNN (7.6.0)

Data

You can download the datasets from here. And then move the files into the ./data/ folder.

Preprocess

Because of my RAM limited, I firstly transform the train.mat file to .tfrecord files.

python preprocess.py

Train

Then you can train the model initially.

CUDA_VISIBLE_DEVICES=0 python main.py -e train -c ./config/config_0.ini

Test

When you have trained successfully, you can evaluate the model.

CUDA_VISIBLE_DEVICES=0 python main.py -e test -c ./config/config_0.ini

Result

Metric Value
Area under ROC curve 0.9791076715589634
Area under PR curve 0.9096035722442897

For threshold: 0.5

Metric Value
Jaccard similarity score 0.6899763444446503
F1 score (F-measure) 0.8165514821704634
Accuracy 0.9557572337407614
Precision 0.8645987922457612
Recall 0.7735631845636364

REFERENCE

https://github.com/orobix/retina-unet

mimage-retinaunet's People

Contributors

ljw-struggle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mimage-retinaunet's Issues

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.