The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 82, in _split_generators
raise ValueError(
ValueError: The TAR archives of the dataset should be in WebDataset format, but the files in the archive don't share the same prefix or the same types.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
GenPoster-100K dataset
Contains 100,000 PSD-format posters with parseable layers.

Disclaimer
We declare that we do not hold the copyright to the data, and we are only permitted by the copyright owner to use it for academic purposes. If you wish to use it for commercial purposes, prior permission from the copyright owner is required. We shall not be liable for any disputes arising therefrom.
Usage Guide
Due to the requirement limitations of the Hugging Face platform for datasets uploading, we have split the contents of the poster_metadata folder (which contains all images) into 79 compressed files (from part_0.tar.gz to part_78.tar.gz). Therefore, you need to first untar all these compressed files into a self-created folder named poster_metadata.
π structure of dataset
/GenPoster-100K/
βββ poster_metadata/ # all images (need to untar)
β βββ part_0.tar.gz
β βββ part_1.tar.gz
β βββ ...
β βββ part_78.tar.gz
βββ meta_psd # some raw psd file (not used))
βββ 0503_0.pkl
βββ 0503_2.pkl
βββ 0503_5.pkl
βββ 0503_raw.pkl
βββ 0503_raw_offline.pkl # layer annotation file for images
βββ README.md # readme document
If you want to use this dataset, please cite our work:
@inproceedings{wang2025sega,
title={SEGA: A Stepwise Evolution Paradigm for Content-Aware Layout Generation with Design Prior},
author={Wang, Haoran and Zhao, Bo and Wang, Jinghui and Wang, Hanzhang and Yang, Huan and Ji, Wei and Liu, Hao and Xiao, Xinyan},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
pages={19321--19330},
year={2025}
}
- Downloads last month
- 120