stld / README.md
nadavo11's picture
Upload flat STLD benchmark export without split metadata
585cac7 verified
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 images
  • labels/: segmentation labels matched by filename stem
  • benchmark_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}.txt files in this export.
  • There are no train/ or test/ 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.