Yi1214 / idrid-1

Code for IDRID Sub-challenge 1 using U-Net

Home Page:https://idrid.grand-challenge.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

U-Net segmentation of retinal image lesions

For IDRiD Grand Challenge

U-Net implementation in Keras from https://github.com/zhixuhao/unet

Usage

  1. Run $ python3 scripts/mat_to_npy.py to generate data from .mat files
  2. Run $ python3 train_unet.py to train neural network

About

Code for IDRID Sub-challenge 1 using U-Net

https://idrid.grand-challenge.org/


Languages

Language:Jupyter Notebook 95.4%Language:Python 4.6%