ImranNust / DiabeticRetinoPathyDetection

This repository contains the code and details of our project for diabetic retinopathy detection using deep learning architectures.
Apache License 2.0
5 stars 2 forks source link

About the dataset preprocessing #5

Open Kiya223 opened 1 year ago

Kiya223 commented 1 year ago

Hello,

I have download the APTOS dataset and I was going to use your preprocessing on the MATLAB code. Then, I saw for Normal, moderate, mild, PDR images. So, I don't have that kind of separated data. The training dataset which is around 3600 comes with all the normal and other type of DR mixed together. So, Am I suppose to make the distinction and go through the dataset to separate them as normal, mild, etcera or can I just use the code one time for the whole dataset and comment the mild, moderate etc part out.

Thank you for your help.

GiriprasadKrishnamurthy commented 1 year ago

Even I do face the same problem Can anyone give some insight regarding the same