Coder Social home page Coder Social logo

bbr-net's Introduction

BBR-net

DOI

This repository is the official implementation of the paper published in ISBI2020: Automated Hemorrhage Detection from Coarsely Annotated Fundus Images in Diabetic Retinopathy.

Overview

Picture1

Our proposed BBR-net and pipeline aims to refine coarsely-annotated dataset for object detection. In the paper, we present its application in hemorrhage detection in fundus images. Also, this approach works well in most of object detection tasks, especially tiny lesion detection task.

Usage

  1. Besides the dataset you want to refine, a small dataset with well-annotated bounding boxes is required.

  2. Use utils/clahe_gaussian.py to apply clach augmentation to your images.

  3. Organize your well-annotated dataset in a csv file with formation path_to_img.JPG,x1,y1,x2,y2,class for each lesion (bounding box). For example:

img1.JPG,529,1796,596,1849
img1.JPG,692,1490,736,1530
img1.JPG,1922,170,1965,214
img2.JPG,1948,2013,2049,2107
img2.JPG,2354,1987,2442,2062
  1. Run utils/generate_coarse_patches.py to generate a coarsely-annotated dataset with groundtruth.
  2. Update the file path in config.py and train the BBR-net by running main.py.
  3. Use utils/refine.py to refine your coarsely-annotated dataset with trained BBR-net.

Acknowledgements

The BBR-net is built on the torchvision implementation of the ResNet.

Citation

@inproceedings{huang2020automated,
  title={Automated Hemorrhage Detection from Coarsely Annotated Fundus Images in Diabetic Retinopathy},
  author={Huang, Yijin and Lin, Li and Li, Meng and Wu, Jiewei and Cheng, Pujin and Wang, Kai and Yuan, Jin and Tang, Xiaoying},
  booktitle={2020 IEEE 17th International Symposium on Biomedical Imaging (ISBI)},
  pages={1369--1372},
  year={2020},
  organization={IEEE}
}

bbr-net's People

Contributors

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