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
First publishedUnknown
Publication date precisionUnknown
Publication date evidenceUnknown
Publication date source fieldUnknown
Publication date reviewedUnknown
Primary categoryuwf_fundus
Resource rolecurrent_dataset
Dataset familytsukazaki_uwf
Contained modalitiesuwf_fundus
Tasksmultilabel, classification
Primary reported quantity13,047 images
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

Reported quantities

RoleCountUnitScopeBasisEvidence
Primary13,047imagesPrimary quantity reported in the reviewed catalog sourcelegacy_catalog_fieldgithub.com/DateCazuki

Counts retain their source-reported units. Additional rows can describe components, paired items, or derivative copies and are not automatically added to the primary quantity.

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 information and download

# 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.

Similar resources by shared modality

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