Datasets:
site_id string | split string | image_file_name string | label_file_name string | width int64 | height int64 | foreground_classes_present string | sample_creation_note string |
|---|---|---|---|---|---|---|---|
AcumulacionAaron2B | train | images/AcumulacionAaron2B.png | labels/AcumulacionAaron2B.png | 38,122 | 17,643 | Building; Mining raft; Primary Forest; Heavy machinery; Water bodies; Agricultural crop; Gravel mounds; Type 1 natural regeneration; Type 2 natural regeneration; Bare ground; Sluice; Vehicles | Selected as the representative sample site because it has the broadest class coverage in the public release (12 of 14 foreground classes). |
ELDOR Sample
This repository is a compact sample companion to the full ELDOR dataset:
- Full dataset:
https://huggingface.co/datasets/IRSC/ELDOR - It is intended for quick inspection of the imagery, labels, and released patch extraction without downloading the full release.
What this sample contains
This sample contains one representative site and all of its released patches:
- Representative site:
AcumulacionAaron2B(trainsplit) - Site-level aligned orthomosaic image and pixel-aligned label map
- All released
512x512patches derived from that site with256stride and the public crop filter used in ELDOR
Two dataset configurations are exposed:
site: the full aligned site-level image/label pairpatches: every released patch derived from that site
How the sample was created
The sample was created deterministically from the public ELDOR release:
- We selected
AcumulacionAaron2Bbecause it has the broadest per-site class coverage in the public release: 12 of the 14 foreground classes. - We copied the exact released aligned orthomosaic PNG and label PNG for that site from the full dataset.
- We copied every released patch derived from that site from the public
data-croppedexport without additional filtering beyond the original ELDOR crop pipeline.
The public crop pipeline used for ELDOR is:
- patch size:
512x512 - stride:
256 - full windows only, no padding
- drop a patch if background exceeds
80% - patch images stored as JPEG and patch labels stored as PNG
This sample includes the following foreground classes:
- Building
- Mining raft
- Primary Forest
- Heavy machinery
- Water bodies
- Agricultural crop
- Gravel mounds
- Type 1 natural regeneration
- Type 2 natural regeneration
- Bare ground
- Sluice
- Vehicles
Foreground classes present in the full dataset but not in this single-site sample:
- Compact mounds
- Grass
Sample size summary
- Site subset: 1 aligned image/label pair,
1.481GB - Patch subset:
9849image patches and9849label patches,1.352GB - Total sample size:
2.832GB
File organization
site configuration
site/images/AcumulacionAaron2B.pngsite/labels/AcumulacionAaron2B.pngsite/metadata.csv
patches configuration
patches/images/AcumulacionAaron2B_<row>_<col>.jpgpatches/labels/AcumulacionAaron2B_<row>_<col>.pngpatches/metadata.csv
Patch filename indices are 1-based row and column indices in the released crop grid.
- Downloads last month
- 35