A comprehensive dataset containing 93K+ movie and TV show posters with detailed captions and text region annotations for multimodal learning and poster generation tasks.
image: Poster image in JPG/JPEG/PNG formatcaption: Detailed textual description generated by Gemini-2.5-flash-preview-04-17mask_regions: Text region coordinates (bounding boxes) in JSON formatfile_name: Original filenamefolder_path: Normalized relative folder path (batch-agnostic)batch_name: Source batch identifier (batch1, batch2, batch3)normalized_path: Standardized relative path without batch-specific prefixesfrom datasets import load_dataset
dataset = load_dataset("PosterCraft/Poster100K")
print(dataset)
# Access a sample
sample = dataset['train'][0]
print(sample['caption'])
print("Text regions:", sample['mask_regions'])
print("Batch:", sample['batch_name'])
print("Normalized path:", sample['normalized_path'])
sample['image'].show()
This dataset is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).
This dataset contains materials protected by third-party copyrights. The inclusion of these materials is based on the 'fair use' principle under copyright law and is intended solely for non-commercial scientific research purposes. We do not own the copyrights to these materials, and users are responsible for ensuring that their use complies with relevant laws and regulations. The publishers of this project assume no responsibility for any copyright disputes arising from the use of this dataset.
If you use this dataset in your research, please cite:
@article{chen2025postercraft,
title={PosterCraft: Rethinking High-Quality Aesthetic Poster Generation in a Unified Framework},
author={Chen, Sixiang and Lai, Jianyu and Gao, Jialin and Ye, Tian and Chen, Haoyu and Shi, Hengyu and Shao, Shitong and Lin, Yunlong and Fei, Song and Xing, Zhaohu and Jin, Yeying and Luo, Junfeng and Wei, Xiaoming and Zhu, Lei},
journal={arXiv preprint arXiv:2506.10741},
year={2025}
}
For questions or issues regarding this dataset, please open an issue on the Hugging Face dataset page.
100 commits
A comprehensive dataset containing 93K+ movie and TV show posters with detailed captions and text region annotations for multimodal learning and poster generation tasks.
image: Poster image in JPG/JPEG/PNG formatcaption: Detailed textual description generated by Gemini-2.5-flash-preview-04-17mask_regions: Text region coordinates (bounding boxes) in JSON formatfile_name: Original filenamefolder_path: Normalized relative folder path (batch-agnostic)batch_name: Source batch identifier (batch1, batch2, batch3)normalized_path: Standardized relative path without batch-specific prefixesfrom datasets import load_dataset
dataset = load_dataset("PosterCraft/Poster100K")
print(dataset)
# Access a sample
sample = dataset['train'][0]
print(sample['caption'])
print("Text regions:", sample['mask_regions'])
print("Batch:", sample['batch_name'])
print("Normalized path:", sample['normalized_path'])
sample['image'].show()
This dataset is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).
This dataset contains materials protected by third-party copyrights. The inclusion of these materials is based on the 'fair use' principle under copyright law and is intended solely for non-commercial scientific research purposes. We do not own the copyrights to these materials, and users are responsible for ensuring that their use complies with relevant laws and regulations. The publishers of this project assume no responsibility for any copyright disputes arising from the use of this dataset.
If you use this dataset in your research, please cite:
@article{chen2025postercraft,
title={PosterCraft: Rethinking High-Quality Aesthetic Poster Generation in a Unified Framework},
author={Chen, Sixiang and Lai, Jianyu and Gao, Jialin and Ye, Tian and Chen, Haoyu and Shi, Hengyu and Shao, Shitong and Lin, Yunlong and Fei, Song and Xing, Zhaohu and Jin, Yeying and Luo, Junfeng and Wei, Xiaoming and Zhu, Lei},
journal={arXiv preprint arXiv:2506.10741},
year={2025}
}
For questions or issues regarding this dataset, please open an issue on the Hugging Face dataset page.
100 commits