You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,11 @@ The figure below shows the input image and the RNN output matrix with 100 time-s
84
84
85
85
86
86
## Data files
87
-
* data/word/rnnOutput.csv and data/line/rnnOutput.csv: output of RNN layer (softmax not yet applied), which contains 32 or 100 time-steps and 80 label scores per time-step.
88
-
* data/word/corpus.txt and data/line/corpus.txt: the text from which the language model is generated.
87
+
The data files for the **Word example** are located in data/word and the files for the **Line example** in data/line.
88
+
Each of these directories contains:
89
+
* rnnOutput.csv: output of RNN layer (softmax not yet applied), which contains 32 or 100 time-steps and 80 label scores per time-step.
90
+
* corpus.txt: the text from which the language model is generated.
91
+
* img.png: the input image of the neural network. It is contained as an illustration, however, the decoding algorithms do not use it.
89
92
90
93
91
94
## Notes
@@ -102,10 +105,10 @@ A GPU implementation is provided for best path decoding which requires pyopencl
\[3\] Shi - An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition: https://github.com/bgshih/crnn
106
109
107
-
\[4\] Marti - IAM dataset: http://www.fki.inf.unibe.ch/databases/iam-handwriting-database
110
+
\[4\] Marti - The IAM-database: an English sentence database for offline handwriting recognition: http://www.fki.inf.unibe.ch/databases/iam-handwriting-database
108
111
109
-
\[5\] Beam Search Decoding in CTC-trained Neural Networks -https://towardsdatascience.com/5a889a3d85a7
112
+
\[5\] Beam Search Decoding in CTC-trained Neural Networks:https://towardsdatascience.com/5a889a3d85a7
110
113
111
-
\[6\] An Intuitive Explanation of Connectionist Temporal Classification -https://towardsdatascience.com/3797e43a86c
114
+
\[6\] An Intuitive Explanation of Connectionist Temporal Classification:https://towardsdatascience.com/3797e43a86c
0 commit comments