HYAMD High-Resolution Fundus Image Dataset for AMD Diagnosis
High-resolution fundus images from Hillel Yaffe Medical Center for age-related macular degeneration diagnosis.
At a glance
| Field | Value |
|---|---|
| Short name | hyamd |
| Full name | HYAMD High-Resolution Fundus Image Dataset for AMD Diagnosis |
| First published | 2025-09-09 |
| Publication date precision | day |
| Publication date evidence | physionet.org/content |
| Publication date source field | PhysioNet landing page: Published |
| Publication date reviewed | 2026-09-11 |
| Primary category | fundus |
| Resource role | current_dataset |
| Dataset family | hyamd |
| Contained modalities | fundus |
| Tasks | classification |
| Primary reported quantity | 1,560 images |
| Classes | Not reported (Not reported) |
| Splits | all |
| Size | Not reported |
| Source-stated terms | PhysioNet Restricted Health Data License 1.5.0 |
| Normalized terms | unknown |
| Descriptive screening label | Unknown or unclear; do not assume permission |
| Terms scope | dataset_files |
| Access friction | controlled_or_manual |
| Route backend | PhysioNet |
| Availability | available (checked 2026-07-21) |
| Acquisition support | manual_access_blocked |
| Legacy sample-loader status | Metadata and access only |
Reported quantities
| Role | Count | Unit | Scope | Basis | Evidence |
|---|---|---|---|---|---|
| Primary | 1,560 | images | Primary quantity reported in the reviewed catalog source | legacy_catalog_field | physionet.org/content |
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
PhysioNet requires registration and the project-specific Restricted Health Data Use Agreement before file access.
Access information and download
- CLI
- Python
# This route requires upstream human action; no transfer starts.
eyehub download hyamd --data-dir ./data --dry-run --json
# Follow the official instructions shown by preflight.
from eyedatahub.acquisition import preflight_dataset
from eyedatahub.datasets.registry import REGISTRY
ds = REGISTRY.get_dataset('hyamd')
print(preflight_dataset(ds, './data')) # returns manual_access_blocked
Upstream page: physionet.org/content
Source-term evidence: physionet.org/content
Loader status
This catalog record provides metadata and access instructions, but it does not yet include a standard DatasetSample loader. Inspect the source file structure or contribute a loader before using it in a training pipeline.