Hi! I wanted to know how i can get the dataset with the image paths + biomarkers + patient info + diabetes classification.
In the zenodo download, in the ml_centric_label folder, I cannot find in any of the files diabetes classification, but this info:
Path (Trial/Arm/Folder/Visit/Eye/Image Name),Scan (n/49),Atrophy / thinning of retinal layers,Disruption of EZ,DRIL,IR hemorrhages,IR HRF,Partially attached vitreous face,Fully attached vitreous face,Preretinal tissue/hemorrhage,Vitreous debris,VMT,DRT/ME,Fluid (IRF),Fluid (SRF),Disruption of RPE,PED (serous),SHRM,Eye_ID,BCVA,CST,Patient_ID
But in https://huggingface.co/datasets/gOLIVES/OLIVES_Dataset#data-download , i can get "Disease Label" (float64).
Is there a way to download the complete dataset with Disease Label and image paths, instead of using
olives = load_dataset('gOLIVES/OLIVES_Dataset', 'disease_classification', split = 'train')
Thanks and best regards,
Ana MM
Hi! I wanted to know how i can get the dataset with the image paths + biomarkers + patient info + diabetes classification.
In the zenodo download, in the ml_centric_label folder, I cannot find in any of the files diabetes classification, but this info:
Path (Trial/Arm/Folder/Visit/Eye/Image Name),Scan (n/49),Atrophy / thinning of retinal layers,Disruption of EZ,DRIL,IR hemorrhages,IR HRF,Partially attached vitreous face,Fully attached vitreous face,Preretinal tissue/hemorrhage,Vitreous debris,VMT,DRT/ME,Fluid (IRF),Fluid (SRF),Disruption of RPE,PED (serous),SHRM,Eye_ID,BCVA,CST,Patient_ID
But in https://huggingface.co/datasets/gOLIVES/OLIVES_Dataset#data-download , i can get "Disease Label" (float64).
Is there a way to download the complete dataset with Disease Label and image paths, instead of using
olives = load_dataset('gOLIVES/OLIVES_Dataset', 'disease_classification', split = 'train')
Thanks and best regards,
Ana MM