data and checkpoints

This commit is contained in:
rmaphoh
2024-01-27 12:39:10 +00:00
parent f908c9b50e
commit 9c5043d6e8
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -1,7 +1,7 @@
## RETFound - Benckmark data split and model checkpoints ## RETFound - Benckmark data split and model checkpoints
Here we provide data split and model checkpoints to facilitate model comparison. Please remember to accordingly change the data_path, task, and nb_classes for model fine-tuning and evaluation. We provide data split and model checkpoints to facilitate model comparison. Please remember to adjust the data_path, task, and nb_classes for model fine-tuning and evaluation.
### Data split ### Data split
| Dataset | Download Link 1 | Download Link 2 | | Dataset | Download Link 1 | Download Link 2 |
@@ -33,13 +33,13 @@ Here we provide data split and model checkpoints to facilitate model comparison.
### Official websites ### Official websites
APTOS2019: https://www.kaggle.com/competitions/aptos2019-blindness-detection/data - APTOS2019: https://www.kaggle.com/competitions/aptos2019-blindness-detection/data
MESSIDOR2: https://www.adcis.net/en/third-party/messidor2/ - MESSIDOR2: https://www.adcis.net/en/third-party/messidor2/
IDRID: https://ieee-dataport.org/open-access/indian-diabetic-retinopathy-image-dataset-idrid - IDRID: https://ieee-dataport.org/open-access/indian-diabetic-retinopathy-image-dataset-idrid
PAPILA: https://figshare.com/articles/dataset/PAPILA/14798004/1 - PAPILA: https://figshare.com/articles/dataset/PAPILA/14798004/1
Glaucoma_fundus: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/1YRRAC - Glaucoma_fundus: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/1YRRAC
JSIEC: https://zenodo.org/records/3477553 - JSIEC: https://zenodo.org/records/3477553
Retina: https://www.kaggle.com/datasets/jr2ngb/cataractdataset - Retina: https://www.kaggle.com/datasets/jr2ngb/cataractdataset
OCTID: https://borealisdata.ca/dataverse/OCTID - OCTID: https://borealisdata.ca/dataverse/OCTID
+1 -1
View File
@@ -1,7 +1,7 @@
## RETFound - A foundation model for retinal imaging ## RETFound - A foundation model for retinal imaging
This is the official repo for [RETFound: a foundation model for generalizable disease detection from retinal images](https://www.nature.com/articles/s41586-023-06555-x), which is based on [MAE](https://github.com/facebookresearch/mae): Official repo for [RETFound: a foundation model for generalizable disease detection from retinal images](https://www.nature.com/articles/s41586-023-06555-x), which is based on [MAE](https://github.com/facebookresearch/mae):
Please contact **ykzhoua@gmail.com** or **yukun.zhou.19@ucl.ac.uk** if you have questions. Please contact **ykzhoua@gmail.com** or **yukun.zhou.19@ucl.ac.uk** if you have questions.