Darwin Bautista commited on
Commit
15d9925
1 Parent(s): 2debb29

Initial commit of weights

Browse files
Files changed (3) hide show
  1. README.md +40 -0
  2. pytorch_model.bin +3 -0
  3. torchscript_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - image-to-text
7
+ ---
8
+
9
+ # CRNN v1.0
10
+
11
+ CRNN model pre-trained on various real [STR datasets](https://github.com/baudm/parseq/blob/main/Datasets.md) at image size 128x32.
12
+
13
+ Disclaimer: this model card was not written by the original authors.
14
+
15
+ ## Model description
16
+
17
+ *TODO*
18
+
19
+ ## Intended uses & limitations
20
+
21
+ You can use the model for STR on images containing Latin characters (62 case-sensitive alphanumeric + 32 punctuation marks).
22
+
23
+ ### How to use
24
+
25
+ *TODO*
26
+
27
+ ### BibTeX entry and citation info
28
+
29
+ ```bibtex
30
+ @article{shi2016end,
31
+ title={An end-to-end trainable neural network for image-based sequence recognition and its application to scene text recognition},
32
+ author={Shi, Baoguang and Bai, Xiang and Yao, Cong},
33
+ journal={IEEE transactions on pattern analysis and machine intelligence},
34
+ volume={39},
35
+ number={11},
36
+ pages={2298--2304},
37
+ year={2016},
38
+ publisher={IEEE}
39
+ }
40
+ ```
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679d0e315af22d813c6d5a86287ee5705a9a8dfe37378349359442b8b8953264
3
+ size 33465605
torchscript_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd06c5edc92ff7d43ebb9c198e4aff06eb5944c058cc65f7cefa5de159991df3
3
+ size 33508794