MESSIDOR-2 DR Grades
Adjudicated DR Severity, DME, and Gradability for the MESSIDOR-2 fundus dataset
@kaggle.google_brain_messidor2_dr_grades
Adjudicated DR Severity, DME, and Gradability for the MESSIDOR-2 fundus dataset
@kaggle.google_brain_messidor2_dr_grades
These data represent Diabetic Retinopathy grades (as well as DME and Gradability) for the publicaly available MESSIDOR-2 fundus image database. (http://latim.univ-brest.fr/indexfce0.html)
The grades were adjudicated by a panel of three Retina Specialists.
References:
[1] Decencière E, Etienne D, Xiwei Z, et al. Feedback on a publicly distributed image database: the Messidor database. Image Anal Stereol. 2014;33(3):231-234. doi:10.5566/ias.1155
[2] Krause, J. et al. Grader variability and the importance of reference standards for evaluating machine learning models for diabetic retinopathy. Ophthalmology (2018). doi:10.1016/j.ophtha.2018.01.034
[3] Gulshan, V. et al. Development and Validation of a Deep Learning Algorithm for Detection of Diabetic Retinopathy in Retinal Fundus Photographs. JAMA 316, 2402–2410 (2016)
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE messidor_data (
"image_id" VARCHAR,
"adjudicated_dr_grade" DOUBLE,
"adjudicated_dme" DOUBLE,
"adjudicated_gradable" BIGINT
);
Anyone who has the link will be able to view this.