Skip to main content

JSIEC Fundus Photo Dataset

1,000 fundus images spanning 39 ophthalmic disease categories from the Joint Shantou International Eye Center. Used for multi-class fundus disease classification.

At a glance

FieldValue
Short namejsiec
Full nameJSIEC Fundus Photo Dataset
Primary categoryfundus
Contained modalitiesfundus
Tasksclassification
Samples1,000
Classes39 (0.0.Normal, 0.1.Tessellated fundus, 0.2.Large optic cup, 0.3.DR1, 1.0.DR2, 1.1.DR3, 10.0.Possible glaucoma, 10.1.Optic atrophy, 11.Severe hypertensive retinopathy, 12.Disc swelling and elevation, 13.Dragged Disc, 14.Congenital disc abnormality, 15.0.Retinitis pigmentosa, 15.1.Bietti crystalline dystrophy, 16.Peripheral retinal degeneration and break, 17.Myelinated nerve fiber, 18.Vitreous particles, 19.Fundus neoplasm, 2.0.BRVO, 2.1.CRVO, 20.Massive hard exudates, 21.Yellow-white spots-flecks, 22.Cotton-wool spots, 23.Vessel tortuosity, 24.Chorioretinal atrophy-coloboma, 25.Preretinal hemorrhage, 26.Fibrosis, 27.Laser Spots, 28.Silicon oil in eye, 29.0.Blur fundus without PDR, 29.1.Blur fundus with suspected PDR, 3.RAO, 4.Rhegmatogenous RD, 5.0.CSCR, 5.1.VKH disease, 6.Maculopathy, 7.ERM, 8.MH, 9.Pathological myopia)
Splitsall
Size0.4 GB
Source-stated termsOther open access (Zenodo; no standard license identifier)
Normalized termsunknown
Descriptive screening labelUnknown or unclear; do not assume permission
Terms scopeunknown
Access frictionanonymous_direct
Route backendZenodo
Availabilityavailable (checked 2026-07-21)
Acquisition supporttransfer_tested_partial
Legacy sample-loader statusStandard loader included

Notes

Zenodo labels the deposit as other open access but does not name a standard reuse license. Verify terms before redistribution.

Access preflight and acquisition

# Read-only preflight
eyehub download jsiec --data-dir ./data --dry-run --json

# Explicit transfer, only when preflight reports supported behavior
eyehub download jsiec --data-dir ./data

Upstream page: zenodo.org/record

Source-term evidence: zenodo.org/record

Loader example

This entry includes a standard DatasetSample loader.

from pathlib import Path
from eyedatahub.datasets.registry import REGISTRY

data_dir = Path('~/.eyedatahub/data').expanduser()
ds = REGISTRY.get_dataset('jsiec')
samples = ds.load(data_dir, split='all')
for s in samples[:5]:
print(s.sample_id, s.label, s.image_path)

Citation

@misc{jsiec,
title = { JSIEC Fundus Photo Dataset },
note = { Cen et al., 'Automatic detection of 39 fundus diseases and conditions in retinal photographs using deep neural networks', Nature Communications 2021. doi:10.1038/s41467-021-25138-w. Data: doi:10.5281/zenodo.3477553 },
year = { 2021 },
url = { https://zenodo.org/record/3477553 },
}

Source-stated terms

  • Raw source string: Other open access (Zenodo; no standard license identifier)
  • Normalized category: unknown
  • Apparent scope: unknown
  • Descriptive screening label: Unknown or unclear; do not assume permission

⚠️ Source-stated terms, scope, and normalized labels are curation metadata, not legal advice or a permission finding. Review the current official source before transfer or reuse.

  • airogs: AIROGS: AI for Robust Glaucoma Screening (113,893 records, cc-by-nc-nd)
  • eyecare_100k: Eyecare-100K: Multimodal Ophthalmology VQA Corpus (102,000 records, unknown)
  • justraigs: JustRAIGS: Just Referral AI Glaucoma Screening Dataset (101,442 records, cc-by-nc-nd)
  • eyepacs: EyePACS — Diabetic Retinopathy Detection (Kaggle 2015) (88,702 records, research-only)
  • multieye: MultiEYE: OCT-Enhanced Fundus Multi-Disease Benchmark (58,036 records, mit)
  • angioreport: AngioReport Fundus Angiography Report Dataset (55,361 records, unknown)
  • ffa_ir: FFA-IR Medical Report Dataset (47,247 records, unknown)
  • bidr: BiDR: Diabetic Retinopathy Diagnosis Dataset (35,126 records, unknown)