Datasets:
The Dataset Viewer has been disabled on this dataset.
routerset
routerset is a materialized multi-label remote sensing dataset assembled from the current phi2FM downstream sources.
What is kept in this repo
manifest.jsonl: canonical record manifestimages/: materialized.npysampleslabel_vocab.json: label vocabularysummary.json: dataset build summarymaterialization_summary.json: materialization resultsplots/: dataset analysis graphs
The repo is intentionally minimal. There is one canonical dataset layout at the root.
Current snapshot
- Records:
15,731 - Materialized samples:
15,731.npyfiles - Included datasets:
fire,burned_area,anomaly_detection,worldfloods,lc,roads - Missing dataset:
building - Label cardinality: min
0, max4, mean1.2793
Per-dataset totals
fire:1,600burned_area:1,299anomaly_detection:9,216worldfloods:2,353lc:63roads:1,200
Status counts
positive:14,251explicit_negative:949below_threshold:531
Most frequent labels
water:7,570land:4,789cloud:3,123turbid_water:1,623road_present:1,031burned_area:688
Analysis plots
The dataset graphs are stored in plots/:
coverage_distributions.pngdataset_label_heatmap.pngdataset_split_counts.pnglabel_cooccurrence.pnglabel_frequency.pngstatus_and_cardinality.pngplot_summary.json
Notes
- Arrays are stored as
.npymaterializations. - The dataset was built from the current local
phi2FMdownstream sources and then uploaded to this Hugging Face dataset repository. burned_areawas rebuilt from the original OEOBench256x256source scenes. The raw routerset artifact now stores one native7x256x256burned-area record per selected source scene instead of eight derived64x128subpatches.roadsraw rows are rebuilt as256x256x10uint162x2 mosaics from the published500_shot_roadsarchive. They keep nativeroad_presentcoverage and add heuristiccloud/land/waterweak labels underlabel_source = native+heuristic_weak.anomaly_detectionraw rows are rebuilt as deterministic8x256x256tiles from the original source zarr, with aligned edge tiles when needed, instead of4096x4096full-scene rows.- The local rebuild helpers are
scripts/rebuild_routerset_burned_area_from_source.pyandscripts/rebuild_routerset_roads_anomaly_from_source.py. They back up the existing metadata snapshot, rewrite the raw.npyfiles and manifests from source, refresh summary/audit metadata, and can publish the corrected snapshot to Hugging Face. - A corrected canonical
8x256x256export for local training and audit can be generated withmake routerset-materialize, which writes tooutputs/routerset/materialized_256/by default. Rawroads/lcrecords are mapped to the student Sentinel-2 layout and scaled by1/10000; float-domain student experts (fire,burned_area,worldfloods,anomaly_detection) are channel-adapted and then min-max normalized per image before padding. The canonical raw routerset snapshot now stores native256x256burned-area scenes,256x256anomaly tiles, and256x256roads mosaics. - Add
--selected-onlytoscripts/materialize_routerset_dataset.pywhen exporting only a subset of experts and you need a self-contained manifest without passthrough rows from the other tasks. - A clean variant can be generated with
make routerset-materialize-clean, which writesmanifest_256.jsonl,fault_rows_256.jsonl, andfault_report.jsonunderoutputs/routerset/materialized_256_clean/by default. - A full tile-by-tile audit can be generated with
make routerset-audit MATERIALIZED_DATASET_DIR=outputs/routerset/fix27March, which writesaudit/tile_audit.jsonl,audit/audit_summary.json, and RGB / false-RGB plot previews under that dataset root. - A full file-by-file audit over the rebuilt raw routerset snapshot can be generated with
make routerset-raw-audit ROUTERSET_DIR=routerset, which writessummary.json,file_audit.jsonl,sample_rows.json, and summary plots underrouterset/audit_raw/. - An executed raw-sample gallery notebook can be generated with
env PYTHONPATH=src .venv/bin/python scripts/generate_routerset_raw_audit_notebook.py --execute, which writes notebooks/routerset_raw_audit.ipynb. - The clean export only removes objective row-level artifact faults such as all-zero materialized tiles. Split-level problems, for example
firevalidation having no positive rows, stay reported as blockers instead of being rewritten silently. - The dedicated notebook for the rebuilt
fix27Marchartifact isnotebooks/routerset_fix27March_audit.ipynb.
- Downloads last month
- 10,049