Skip to content

Ocular Disease dataset is a structured ophthalmic database of 5,000 patients with age, color fundus photographs from left and right eyes.

Notifications You must be signed in to change notification settings

Resources-Computer-Vision/ocular-disease

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ocular disease dataset

This dataset1 contains images of ocular different diseases.

The data can be used to build and train an ML model that can detect ocular diseases.

Structure

This repo contains the following structure:

  • data/: contains the CSV files and directory with images.
    • dataset.csv: CSV file with all diseases.
    • preprocessed_images/: directory with images preprocessed to 512x512.

The following shows a partial example of the data stored in dataset.csv that is used as the main example.

labels filename
C preprocessed_images/24_right.jpg
C preprocessed_images/112_right.jpg
N preprocessed_images/0_right.jpg
N preprocessed_images/1_right.jpg

The label "C" indicates that the image contains a cataract and the label "N" indicates that the image does not contain a cataract.

Community

Got questions, feedback, or want to join a community of machine learning practitioners working with exciting tools and projects? Check out our Community!

1 Dataset Credits: https://www.kaggle.com/andrewmvd/ocular-disease-recognition-odir5k

About

Ocular Disease dataset is a structured ophthalmic database of 5,000 patients with age, color fundus photographs from left and right eyes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published