Skip to main content

Tsukazaki Hospital UWF Fundus Dataset

13,047 ultra-widefield fundus photographs (Optos, 200° FOV) from Tsukazaki Hospital, annotated with 8 binary disease labels: AO, AMD, DR, Glaucoma, MH, RD, RP, RVO. Associated with Scientific Data 2024.

At a glance

FieldValue
Short nametsukazaki_uwf
Full nameTsukazaki Hospital UWF Fundus Dataset
Primary categoryuwf_fundus
Contained modalitiesuwf_fundus
Tasksmultilabel, classification
Samples13,047
Classes8 (AO, AMD, DR, Gla, MH, RD, RP, RVO)
Splitstrain, test
Size15.0 GB
Source-stated termsResearch only — contact authors for data access
Normalized termsresearch-only
Descriptive screening labelResearch or challenge restriction recorded; check source
Terms scopedataset_files
Access frictionauthor_contact
Route backendGitHub
Availabilityavailable (checked 2026-07-21)
Acquisition supportmanual_access_blocked
Legacy sample-loader statusStandard loader included

Notes

Full dataset is subject to Japanese export restrictions. Contact the authors for access. A public subset may be available via the GitHub repo or linked Figshare.

Access preflight and acquisition

# This route requires upstream human action; no transfer starts.
eyehub download tsukazaki_uwf --data-dir ./data --dry-run --json
# Follow the official instructions shown by preflight.

Upstream page: github.com/DateCazuki

Source-term evidence: github.com/DateCazuki

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('tsukazaki_uwf')
samples = ds.load(data_dir, split='test')
for s in samples[:5]:
print(s.sample_id, s.label, s.image_path)

Citation

@misc{tsukazaki_uwf,
title = { Tsukazaki Hospital UWF Fundus Dataset },
note = { Nagasawa T et al., 'Automatic detection of multiple retinal diseases in ultra-widefield fundus images using deep learning', Nature Machine Intelligence 2022. https://www.nature.com/articles/s42256-022-00566-5 — Data: https://github.com/DateCazuki/Fundus_Diagnosis },
year = { 2022 },
url = { https://github.com/DateCazuki/Fundus_Diagnosis },
}

Source-stated terms

  • Raw source string: Research only — contact authors for data access
  • Normalized category: research-only
  • Apparent scope: dataset_files
  • Descriptive screening label: Research or challenge restriction recorded; check source

⚠️ 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.

  • mmrdr: MMRDR: Multi-Modal Retinal Diabetic Retinopathy Dataset (24,460 records, cc-by)
  • oculoscope: OculoScope: Fairer AI in Ophthalmology Dataset (16,530 records, cc-by)
  • birdshot_wide: Birdshot-WIDE Widefield Fundus Dataset (6,352 records, cc-by)
  • deepdrid: DeepDRiD: Diabetic Retinopathy Grading and Image Quality Dataset (2,256 records, cc-by-sa)
  • uwf_tumor: UWF Fundus Intraocular Tumor Dataset (2,031 records, cc-by)
  • uwf_dr_peng: UWF Fundus DR Dataset (Peng et al., 2026) (1,630 records, cc-by)
  • uwf_zhejiang: Open UWF Fundus Dataset with Disease + Quality Labels (700 records, cc-by)
  • uwf_dr: UWF DR Reasoning Dataset (495 records, research-only)