Yesianrohn commited on
Commit
76cc682
·
verified ·
1 Parent(s): 23200ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # UnionST: A Strong Synthetic Engine for Scene Text Recognition
2
 
3
  Official data synthesis code of the paper *"What’s Wrong with Synthetic Data for Scene Text Recognition? A Strong Synthetic Engine with Diverse Simulations and Self-Evolution"*.
@@ -14,7 +28,7 @@ Scene Text Recognition (STR) relies critically on large-scale, high-quality trai
14
 
15
  ## Dataset
16
 
17
- UnionST-S, UnionST-P, and UnionST-R datasets (each containing 5M samples) can be downloaded here.
18
 
19
  ## Training Model
20
  [OpenOCR](https://github.com/Topdu/OpenOCR)
@@ -62,6 +76,4 @@ THE SOFTWARE.
62
 
63
  ## Acknowledgements
64
  - We thank the [SynthText](https://github.com/ankush-me/SynthText), [SynthTIGER](https://github.com/clovaai/synthtiger), [SVTRv2](https://github.com/Topdu/OpenOCR/blob/main/docs/svtrv2.md) and [Union14M](https://github.com/Mountchicken/Union14M) for their open-source code/datasets.
65
- - Special thanks also go to the training framework: [OpenOCR](https://github.com/Topdu/OpenOCR).
66
-
67
-
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-to-text
5
+ language:
6
+ - en
7
+ tags:
8
+ - OCR
9
+ - STR
10
+ - scene text
11
+ - synthetic data
12
+ size_categories:
13
+ - 10M<n<100M
14
+ ---
15
  # UnionST: A Strong Synthetic Engine for Scene Text Recognition
16
 
17
  Official data synthesis code of the paper *"What’s Wrong with Synthetic Data for Scene Text Recognition? A Strong Synthetic Engine with Diverse Simulations and Self-Evolution"*.
 
28
 
29
  ## Dataset
30
 
31
+ UnionST-S, UnionST-P, and UnionST-R datasets (each containing 5M samples) can be downloaded here. We use the lmdb file format adopted by the mainstream STR protocol.
32
 
33
  ## Training Model
34
  [OpenOCR](https://github.com/Topdu/OpenOCR)
 
76
 
77
  ## Acknowledgements
78
  - We thank the [SynthText](https://github.com/ankush-me/SynthText), [SynthTIGER](https://github.com/clovaai/synthtiger), [SVTRv2](https://github.com/Topdu/OpenOCR/blob/main/docs/svtrv2.md) and [Union14M](https://github.com/Mountchicken/Union14M) for their open-source code/datasets.
79
+ - Special thanks also go to the training framework: [OpenOCR](https://github.com/Topdu/OpenOCR).