Datasets:
metadata
license: other
task_categories:
- image-segmentation
pretty_name: STLD Flat Benchmark Export
size_categories:
- n<1K
STLD Flat Benchmark Export
This dataset repo is a flat export of a local STLD benchmark copy.
Contents:
images/: RGB benchmark imageslabels/: segmentation labels matched by filename stembenchmark_summary.json: generation summary and per-image provenance fields
Important:
- This repo is uploaded as-is from the local workspace.
- It does not include official train/test split metadata.
- There are no
ImageSets/Segmentation/{train,test}.txtfiles in this export. - There are no
train/ortest/subdirectories in this export.
Local source snapshot:
- 200 images
- 200 labels
- image size: 256 x 256
Layout
.
├── benchmark_summary.json
├── images/
│ ├── 1.png
│ ├── 2.png
│ └── ...
└── labels/
├── 1.png
├── 2.png
└── ...
Notes
The benchmark_summary.json file contains benchmark-generation metadata such as
texture sources, shape files, and area ratios. It should not be interpreted as
official split membership metadata.