d-delaurier commited on
Commit
be84faf
·
1 Parent(s): 14e6006

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 12173747703
11
+ num_examples: 7224600
12
+ - name: val
13
+ num_bytes: 1352108669.283
14
+ num_examples: 802733
15
+ - name: test
16
+ num_bytes: 1484450563.896
17
+ num_examples: 891924
18
+ download_size: 12115256620
19
+ dataset_size: 15010306936.179
20
+ task_categories:
21
+ - image-to-text
22
+ language:
23
+ - en
24
+ size_categories:
25
+ - 1M<n<10M
26
+ pretty_name: MJSynth
27
+ ---
28
+ # Dataset Card for "MJSynth_text_recognition"
29
+
30
+ This is the MJSynth dataset for text recognition on document images, synthetically generated, covering 90K English words.
31
+ It includes training, validation and test splits.
32
+ Source of the dataset: https://www.robots.ox.ac.uk/~vgg/data/text/
33
+
34
+ Use dataset streaming functionality to try out the dataset quickly without downloading the entire dataset (refer: https://huggingface.co/docs/datasets/stream)
35
+
36
+ Citation details provided on the source website (if you use the data please cite):
37
+
38
+ @InProceedings{Jaderberg14c,
39
+ author = "Max Jaderberg and Karen Simonyan and Andrea Vedaldi and Andrew Zisserman",
40
+ title = "Synthetic Data and Artificial Neural Networks for Natural Scene Text Recognition",
41
+ booktitle = "Workshop on Deep Learning, NIPS",
42
+ year = "2014",
43
+ }
44
+
45
+ @Article{Jaderberg16,
46
+ author = "Max Jaderberg and Karen Simonyan and Andrea Vedaldi and Andrew Zisserman",
47
+ title = "Reading Text in the Wild with Convolutional Neural Networks",
48
+ journal = "International Journal of Computer Vision",
49
+ number = "1",
50
+ volume = "116",
51
+ pages = "1--20",
52
+ month = "jan",
53
+ year = "2016",
54
+ }