This dataset is a training set for TextAtlas.
Paper: https://huggingface.co/papers/2502.07870
(All the data in this repo is uploaded :>)
Subsets in this dataset are CleanTextSynth, PPT2Details, PPT2Structured,LongWordsSubset-A,LongWordsSubset-M,Cover Book,Paper2Text,TextVisionBlend,StyledTextSynth and TextScenesHQ. The dataset features are as follows:
image (img): The GT image.annotation (string): The input prompt used to generate the text.image_path (string): The image name.To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "CleanTextSynth", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "PPT2Details", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "PPT2Structured", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "LongWordsSubset-A", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "LongWordsSubset-M", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "CoverBook", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "Paper2Text", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "TextVisionBlend", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "StyledTextSynth", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "TextScenesHQ", split="train")
If you found our work useful, please consider citing:
@article{wang2025textatlas5m,
title={TextAtlas5M: A Large-scale Dataset for Dense Text Image Generation},
author={Wang, Alex Jinpeng and Mao, Dongxing and Zhang, Jiawei and Han, Weiming and Dong, Zhuobai and Li, Linjie and Lin, Yiqi and Yang, Zhengyuan and Qin, Libo and Zhang, Fuwei and others},
journal={arXiv preprint arXiv:2502.07870},
year={2025}
}
This dataset is a training set for TextAtlas.
Paper: https://huggingface.co/papers/2502.07870
(All the data in this repo is uploaded :>)
Subsets in this dataset are CleanTextSynth, PPT2Details, PPT2Structured,LongWordsSubset-A,LongWordsSubset-M,Cover Book,Paper2Text,TextVisionBlend,StyledTextSynth and TextScenesHQ. The dataset features are as follows:
image (img): The GT image.annotation (string): The input prompt used to generate the text.image_path (string): The image name.To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "CleanTextSynth", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "PPT2Details", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "PPT2Structured", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "LongWordsSubset-A", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "LongWordsSubset-M", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "CoverBook", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "Paper2Text", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "TextVisionBlend", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "StyledTextSynth", split="train")
To load the dataset
from datasets import load_dataset
ds = load_dataset("CSU-JPG/TextAtlas5M", "TextScenesHQ", split="train")
If you found our work useful, please consider citing:
@article{wang2025textatlas5m,
title={TextAtlas5M: A Large-scale Dataset for Dense Text Image Generation},
author={Wang, Alex Jinpeng and Mao, Dongxing and Zhang, Jiawei and Han, Weiming and Dong, Zhuobai and Li, Linjie and Lin, Yiqi and Yang, Zhengyuan and Qin, Libo and Zhang, Fuwei and others},
journal={arXiv preprint arXiv:2502.07870},
year={2025}
}