Image Generation Benchmark
This subfolder contains the canonical train/test split for the glaze image generation benchmark.
Files
train/images/train/metadata.jsontrain/recipes.jsontrain/targets.jsontrain/sample_ids.jsontest/images/test/metadata.jsontest/recipes.jsontest/targets.jsontest/sample_ids.jsondataset_statistics.json
Current canonical counts
- Train total: 4,490
- Test total: 443
- Train transparency labels: 2,968
- Test transparency labels: 344
- Train surface labels: 3,381
- Test surface labels: 331
- Train color family labels: 4,483
- Test color family labels: 443
Benchmark usage
This track supports conditional image generation from glaze-related conditioning signals, including:
- RGB color targets
- transparency labels when available
- surface labels when available
- recipe composition and ingredient lists
- firing condition metadata when available
Notes
- The image generation benchmark is separate from the larger property prediction benchmark.
metadata.jsonis the richest entry point for multimodal loading because it links images, attributes, and recipe-side information.- Missing
transparencyorsurfacevalues should be treated as unlabeled rather than negative labels. - A minimal retrieval-style reference is provided in
../baselines/image_generation_baseline.py.