Eye-Quality (EyeQ) Assessment Dataset

June 29, 2026 ยท View on GitHub

The project web for "Evaluation of Retinal Image Quality Assessment Networks in Different Color-spaces" in MICCAI 2019.

Fundus Enhancement: We also have a related work for "Modeling and Enhancing Low-quality Retinal Fundus Images" in IEEE TMI, 2021. The code is released in Github: Cofe-Net


-Introduction:

Eye-Quality (EyeQ) Assessment Dataset is a re-annotated subset from the EyePACS dataset for fundus image quality assessment.

EyeQ dataset has 28,792 retinal images with a three-level quality grading (i.e., 'Good', 'Usable' and 'Reject').

Examples of different retinal image quality grades.

Train-----Test-----Total
DR-0DR-1DR-2DR-3DR-4AllDR-0DR-1DR-2DR-3DR-4All
Good6,3426991,100167398,3475,9668861,354199658,47016,817
Usable1,35310328379581,8963,2013597211451334,5596,435
Reject1,544109426871542,3202,1951535691041993,2205,540
Total9,2399111,80933325112,5431,13621,3982,64444839716,24928,792

-Usage:

  1. The original fundus images could be downloaded from EyePACS dataset.
  2. All the original fundus images should be pre-processed by 'EyeQ_process_main.py' in folder './EyeQ_preprocess'.
  3. The quality label is in './data' folder, where the 'Label_EyeQ_train.csv' and 'Label_EyeQ_test.csv' are divided by EyePACS, and the 'DR_grade' label is also from EyePACS.
  4. We also release our Multiple Color-space Fusion Network (MCF-Net) based on ResNet121 in './MCFNet' folder.

Note: The original weights of MCF-Net are no longer usable due to several version updates. We recommend re-training the model using the code available on our GitHub repository.


-Reference:

If you use this dataset and code, please cite the following papers:

[1] Huazhu Fu, Boyang Wang, Jianbing Shen, Shanshan Cui, Yanwu Xu, Jiang Liu, Ling Shao, "Evaluation of Retinal Image Quality Assessment Networks in Different Color-spaces", in MICCAI, 2019. [PDF] Note: The corrected accuracy score of MCF-Net is 0.8800.


-License:

The code is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License for NonCommercial use only. Any commercial use should get formal permission first.


Update log:

  • 2021.12.29: Added link for fundus enhancement project.
  • 2020.06.18: Corrected the accuracy score.
  • 2019.11.15: Released the code of MCF-Net.
  • 2019.07.10: Released the dataset.