Datasets:
Tasks:
Text-to-Image
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Add dataset viewer config
Browse files
README.md
CHANGED
@@ -4,6 +4,42 @@ task_categories:
|
|
4 |
- text-to-image
|
5 |
language:
|
6 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# LayoutBench
|
|
|
4 |
- text-to-image
|
5 |
language:
|
6 |
- en
|
7 |
+
configs:
|
8 |
+
- config_name: default
|
9 |
+
data_files:
|
10 |
+
- split: number_few
|
11 |
+
path:
|
12 |
+
- "number/images/*_0-2_*.png"
|
13 |
+
# - "number/images/*_3-5_*.png"
|
14 |
+
# - "number/images/*_6-8_*.png"
|
15 |
+
# - "number/images/*_9-10_*.png"
|
16 |
+
- split: number_many
|
17 |
+
path:
|
18 |
+
- "number/images/*_11-13_*.png"
|
19 |
+
- "number/images/*_14-16_*.png"
|
20 |
+
- split: position_boundary
|
21 |
+
path:
|
22 |
+
- "position/images/*_position_boundary_*.png"
|
23 |
+
- split: position_center
|
24 |
+
path:
|
25 |
+
- "position/images/*_position_center_*.png"
|
26 |
+
- split: shape_horizontal
|
27 |
+
path:
|
28 |
+
- "shape/images/*_H2W1_*.png"
|
29 |
+
- "shape/images/*_H3W1_*.png"
|
30 |
+
- split: shape_vertical
|
31 |
+
path:
|
32 |
+
- "shape/images/*_H1W2_*.png"
|
33 |
+
- "shape/images/*_H1W3_*.png"
|
34 |
+
- split: size_tiny
|
35 |
+
path:
|
36 |
+
- "size/images/*size_020_*.png"
|
37 |
+
- split: size_large
|
38 |
+
path:
|
39 |
+
- "size/images/*size_090_*.png"
|
40 |
+
- "size/images/*size_110_*.png"
|
41 |
+
- "size/images/*size_130_*.png"
|
42 |
+
- "size/images/*size_150_*.png"
|
43 |
---
|
44 |
|
45 |
# LayoutBench
|