Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,10 @@ size_categories:
|
|
| 14 |
---
|
| 15 |
# UnionST: A Strong Synthetic Engine for Scene Text Recognition
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
## Introduction
|
|
@@ -28,10 +31,10 @@ Scene Text Recognition (STR) relies critically on large-scale, high-quality trai
|
|
| 28 |
|
| 29 |
## Dataset
|
| 30 |
|
| 31 |
-
UnionST-S, UnionST-P, and UnionST-R datasets
|
| 32 |
|
| 33 |
## Training Model
|
| 34 |
-
[OpenOCR](https://github.com/Topdu/OpenOCR)
|
| 35 |
|
| 36 |
```bash
|
| 37 |
cd OpenOCR
|
|
@@ -41,7 +44,12 @@ Some of our trained models can be found at [Huggingface](https://huggingface.co/
|
|
| 41 |
|
| 42 |
## Citation
|
| 43 |
```bash
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
```
|
| 46 |
|
| 47 |
## License
|
|
|
|
| 14 |
---
|
| 15 |
# UnionST: A Strong Synthetic Engine for Scene Text Recognition
|
| 16 |
|
| 17 |
+
<a href='https://arxiv.org/abs/2602.06450'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a>
|
| 18 |
+
<a href='https://huggingface.co/Yesianrohn/UnionST-Models'><img src='https://img.shields.io/badge/Ckpt-Huggingface-yellow'></a>
|
| 19 |
+
|
| 20 |
+
Official data of the paper *"What’s Wrong with Synthetic Data for Scene Text Recognition? A Strong Synthetic Engine with Diverse Simulations and Self-Evolution"*.
|
| 21 |
|
| 22 |
|
| 23 |
## Introduction
|
|
|
|
| 31 |
|
| 32 |
## Dataset
|
| 33 |
|
| 34 |
+
UnionST-S, UnionST-P, and UnionST-R datasets are here. We use the lmdb file format adopted by the mainstream STR protocol. In addition, we have summarized the other STR synthetic datasets compared in the paper, which are available [here](https://huggingface.co/datasets/Yesianrohn/STR-Synth).
|
| 35 |
|
| 36 |
## Training Model
|
| 37 |
+
The configuration and implementation of the SVTRv2-AR model have been completed in [OpenOCR](https://github.com/Topdu/OpenOCR/blob/main/configs/rec/nrtr/svtrv2_nrtr.yml).
|
| 38 |
|
| 39 |
```bash
|
| 40 |
cd OpenOCR
|
|
|
|
| 44 |
|
| 45 |
## Citation
|
| 46 |
```bash
|
| 47 |
+
@inproceedings{ye2026wrong,
|
| 48 |
+
title={What's Wrong with Synthetic Data for Scene Text Recognition? A Strong Synthetic Engine with Diverse Simulations and Self-Evolution},
|
| 49 |
+
author={Ye, Xingsong and Du, Yongkun and Zhang, JiaXin and Li, Chen and LYU, Jing and Chen, Zhineng},
|
| 50 |
+
booktitle={CVPR},
|
| 51 |
+
year={2026}
|
| 52 |
+
}
|
| 53 |
```
|
| 54 |
|
| 55 |
## License
|