annotations_creators | language | language_creators | license | multilinguality | pretty_name | size_categories | source_datasets | tags | task_categories | task_ids | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
Magazine |
|
|
|
- Dataset Card Creation Guide
- Homepage: https://xtqiao.com/projects/content_aware_layout/
- Repository: https://github.com/shunk031/huggingface-datasets_Magazine
- Paper (SIGGRAPH2019): https://dl.acm.org/doi/10.1145/3306346.3322971
A large-scale magazine layout dataset with fine-grained layout annotations and keyword labeling.
[More Information Needed]
[More Information Needed]
To use Magazine dataset, you need to download the image and layout annotations from the OneDrive in the official page. Then place the downloaded files in the following structure and specify its path.
/path/to/datasets
├── MagImage.zip
└── MagLayout.zip
import datasets as ds
dataset = ds.load_dataset(
path="shunk031/Magazine",
data_dir="/path/to/datasets/", # Specify the path of the downloaded directory.
)
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
@article{zheng2019content,
title={Content-aware generative modeling of graphic design layouts},
author={Zheng, Xinru and Qiao, Xiaotian and Cao, Ying and Lau, Rynson WH},
journal={ACM Transactions on Graphics (TOG)},
volume={38},
number={4},
pages={1--15},
year={2019},
publisher={ACM New York, NY, USA}
}
Thanks to Xinru Zheng and Xiaotian Qiao for creating this dataset.