datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
epri-transmission-ttpla
EPRI Transmission TTPLA Imagery
Aerial imagery of transmission towers and power lines with polygon (instance-segmentation)
annotations, TTPLA-style.
1,242 images, 3,840 × 2,160 px.
All annotations are polygons.
70 / 15 / 15 train / val / test split (seed 42).
Classes
id
class
geometry
supercategory
is_line
1
cable
polygon
line
false
2
tower_lattice
polygon
structure
false
3
tower_tucohy
polygon
structure
false
4
tower_wooden
polygon
structure… See the full description on the dataset page: https://huggingface.co/datasets/grantmwilkinson/epri-transmission-ttpla.yolino-ttpla-benchmark
YOLinO TTPLA Benchmark (512×512)
TTPLA aerial imagery prepared for CAPSTONE / YOLinO polyline training and evaluation.
Each sample is a 512×512 PNG tile with matching NumPy (.npy) polyline labels.
Dataset structure
.
├── images/
│ ├── train/ # 905 PNG tiles
│ ├── val/ # 109 PNG tiles
│ └── test/ # 220 PNG tiles
└── labels/
├── train/ # 905 .npy label files
├── val/ # 109 .npy label files
└── test/ # 220 .npy label files
Image… See the full description on the dataset page: https://huggingface.co/datasets/V8heart/yolino-ttpla-benchmark.ttpla-transmission-1536
ttpla-transmission-1536
Structure-only, 1536px detection tiles derived from grantmwilkinson/epri-transmission-ttpla, schema-compatible with
grantmwilkinson/epri-transmission-structure-1536.
Classes: transmission_structure (id 2) only.
Tiling: regular overlapping grid, native 1536px, no padding, empty tiles dropped, tight per-tile bboxes.
Split inherited per source image (TTPLA 70/15/15, seed 42). cable and void dropped; is_line always False.
Consult the original TTPLA dataset… See the full description on the dataset page: https://huggingface.co/datasets/grantmwilkinson/ttpla-transmission-1536.ttpla-ambiguous-1536
ttpla-ambiguous-1536
Structure-only, 1536px detection tiles derived from grantmwilkinson/epri-transmission-ttpla, schema-compatible with
grantmwilkinson/epri-transmission-structure-1536.
Classes: transmission_structure (id 2, from lattice+tucohy) + tower_wooden (id 4).
Tiling: regular overlapping grid, native 1536px, no padding, empty tiles dropped, tight per-tile bboxes.
Split inherited per source image (TTPLA 70/15/15, seed 42). cable and void dropped; is_line always False.… See the full description on the dataset page: https://huggingface.co/datasets/grantmwilkinson/ttpla-ambiguous-1536.ttpla-yolino-1024
TTPLA YOLinO 1024×1024 Tiles
Dual-crop 1024² TTPLA tiles for backbone/predictor ablations (exp05–exp19) and full-resolution ISQ evaluation.
Layout
images/{train,val,test}/*.png
labels/{train,val,test}/*.npy
Each .npy label uses format version 3: polylines + instance_ids per wire.
Splits
Split
Images
train
1,810
val
218
test
440
Related
Code: V8heart/CAPSTONE
512² main benchmark: V8heart/yolino-ttpla-benchmark… See the full description on the dataset page: https://huggingface.co/datasets/V8heart/ttpla-yolino-1024.
