Datasets:
Update Desigen dataset card
Browse files
README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: image
|
|
@@ -58,3 +65,49 @@ configs:
|
|
| 58 |
- split: validation
|
| 59 |
path: data/validation-*
|
| 60 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: unknown
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
- text-to-image
|
| 6 |
+
pretty_name: Desigen
|
| 7 |
+
size_categories:
|
| 8 |
+
- 10K<n<100K
|
| 9 |
dataset_info:
|
| 10 |
features:
|
| 11 |
- name: image
|
|
|
|
| 65 |
- split: validation
|
| 66 |
path: data/validation-*
|
| 67 |
---
|
| 68 |
+
|
| 69 |
+
# Dataset Card for Desigen
|
| 70 |
+
|
| 71 |
+
## Dataset Description
|
| 72 |
+
|
| 73 |
+
- **Homepage:** https://whaohan.github.io/desigen/
|
| 74 |
+
- **Repository:** https://github.com/creative-graphic-design/huggingface-datasets/tree/main/datasets/Desigen
|
| 75 |
+
- **Paper (Preprint):** https://arxiv.org/abs/2403.09093
|
| 76 |
+
- **Paper (CVPR2024):** https://doi.org/10.1109/CVPR52733.2024.01209
|
| 77 |
+
|
| 78 |
+
### Dataset Summary
|
| 79 |
+
|
| 80 |
+
Desigen contains web advertisement design data with background images, content prompts, layout element annotations, and design canvas sizes. This loader reads the parquet shards hosted at `creative-graphic-design/Desigen`.
|
| 81 |
+
|
| 82 |
+
## Dataset Structure
|
| 83 |
+
|
| 84 |
+
### Data Fields
|
| 85 |
+
|
| 86 |
+
- `image`: Background or rendered advertisement image.
|
| 87 |
+
- `prompt`: Text prompt associated with the background image.
|
| 88 |
+
- `region`: Image region boxes.
|
| 89 |
+
- `description`: Design content description.
|
| 90 |
+
- `elements`: Layout elements with bounding boxes, text, and element type labels.
|
| 91 |
+
- `size`: Design canvas size.
|
| 92 |
+
|
| 93 |
+
### Data Splits
|
| 94 |
+
|
| 95 |
+
| split | examples |
|
| 96 |
+
|------------|---------:|
|
| 97 |
+
| train | 36322 |
|
| 98 |
+
| validation | 999 |
|
| 99 |
+
|
| 100 |
+
## Citation
|
| 101 |
+
|
| 102 |
+
```bibtex
|
| 103 |
+
@inproceedings{Weng_2024_CVPR,
|
| 104 |
+
title = {Desigen: A Pipeline for Controllable Design Template Generation},
|
| 105 |
+
author = {Weng, Haohan and Huang, Danqing and Qiao, Yu and Hu, Zheng and Lin, Chin-Yew and Zhang, Tong and Chen, C. L. Philip},
|
| 106 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 107 |
+
month = {June},
|
| 108 |
+
year = {2024},
|
| 109 |
+
pages = {12721--12732},
|
| 110 |
+
doi = {10.1109/CVPR52733.2024.01209},
|
| 111 |
+
url = {https://openaccess.thecvf.com/content/CVPR2024/html/Weng_Desigen_A_Pipeline_for_Controllable_Design_Template_Generation_CVPR_2024_paper.html}
|
| 112 |
+
}
|
| 113 |
+
```
|