Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,33 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: image
|
5 |
-
dtype: image
|
6 |
-
- name: label
|
7 |
-
dtype: string
|
8 |
-
splits:
|
9 |
-
- name: train
|
10 |
-
num_bytes: 12592040013
|
11 |
-
num_examples: 410000
|
12 |
-
download_size: 12595188446
|
13 |
-
dataset_size: 12592040013
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
# Dataset Card for "trdg_random_en_zh_text_recognition"
|
|
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: label
|
7 |
+
dtype: string
|
8 |
+
splits:
|
9 |
+
- name: train
|
10 |
+
num_bytes: 12592040013
|
11 |
+
num_examples: 410000
|
12 |
+
download_size: 12595188446
|
13 |
+
dataset_size: 12592040013
|
14 |
+
license: mit
|
15 |
+
task_categories:
|
16 |
+
- image-to-text
|
17 |
+
language:
|
18 |
+
- en
|
19 |
+
- zh
|
20 |
+
pretty_name: TRDG Random English Chinese Text Recognition
|
21 |
+
size_categories:
|
22 |
+
- 100K<n<1M
|
23 |
+
---
|
24 |
# Dataset Card for "trdg_random_en_zh_text_recognition"
|
25 |
+
This synthetic dataset was generated using the TextRecognitionDataGenerator(TRDG) open source repo:
|
26 |
|
27 |
+
https://github.com/Belval/TextRecognitionDataGenerator
|
28 |
+
|
29 |
+
It contains images of text with random characters from Engilsh(en) and Chinese(zh) languages.
|
30 |
+
|
31 |
+
Reference to the documentation provided by the TRDG repo:
|
32 |
+
|
33 |
+
https://textrecognitiondatagenerator.readthedocs.io/en/latest/index.html
|