Giter Club home page Giter Club logo

retinal-dense-unet's Introduction

you can find here

VesselNet

A DenseBlock-Unet for Retinal Blood Vessel Segmentation

Notice:This Project structure updated on 9th June!

You can find old version in branch old

TestResult

About Model

This model is inspired by DenseNet and @orobix/retina-unet, I modify the Conv2d block to DenseBlock and finally I get better result. The DenseBlock struct is shown below. This struct maximisely use the extracted feature. If u want further information, please read the DenseNet Paper and code

DenseBlock

Result Evaluation

Tried With 40 images of DRIVE dataset and DenseBlock-Unet model. Results on DRIVE database:

Methods AUC ROC on DRIVE
Liskowski 0.9790
Retina-Unet 0.9790
VesselNet 0.9841

Project Structure

The structure is based on my own DL_Segmention_Template. Difference between this project and the template is that we have metric module in dir: perception/metric/. To get more Information about the structure please see readme in DL_Segmention_Template.

You can find model parameter in configs/segmention_config.json.

First to run

please run main_trainer.py first time, then you will get data_route in experiment dir. Put your data in there, now you can run main_trainer.py again to train a model.

Pretrained Model

The model is trained with DRIVE dataset on my own desktop (intel i7-7700hq,24g,gtx1050 2g) within 30 minutes. Dataset and pretrained model can be found here. For Chinese, you can download here.

Test your own image

If u want to test your own image, put ur image to (VesselNet)/test/origin, and change the img_type of predict settings in configs/segmention_config.json, run main_test.py to get your result. The result is in (VesselNet)/test/result

Reference

This project is based on the following 2 papers:

U-Net: Convolutional Networks for Biomedical Image Segmentation

Densely Connected Convolutional Networks

Future Work

First of all, I choose 48x48pix patches to train the model. The patch size means that model can't be too deep. So in future, I want to test 128X128pix patches and 96x96 patches.

Second, Attention-based Unet and DeepLab-v3+ are also worth to try.

retinal-dense-unet's People

Contributors

leigaoyi 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.