zperkowski / EyeFlow

Finding choroids of the eye by using TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EyeFlow

Build Status codecov

Finding choroids of the eye on a picture obtained by ophthalmoscopy.

Used technologies

  • TensorFlow 1.7.0
  • Python 3.6.5
  • matplotlib 2.2.2
  • numpy 1.14.2

Instalation

cd EyeFlow/
source ./bin/activate
pip install -r requirements.txt

Data sets

The dataset can be downloaded from Friedrich-Alexander-Universität Erlangen-Nürnberg site. EyeFlow with the default configuration uses pictures from: Download the whole dataset (~73 Mb). Extract the archive and move folders images, manual1, and mask to data direcory in root directory of the project.

How to run

cd EyeFlow/
source ./bin/activate
python3 eyeflow.py

About

Finding choroids of the eye by using TensorFlow

License:Apache License 2.0


Languages

Language:Python 100.0%