Darwin Bautista commited on
Commit
75aa425
1 Parent(s): fb58d34

Initial commit of pretrained weights

Browse files
Files changed (3) hide show
  1. README.md +36 -0
  2. pytorch_model.bin +3 -0
  3. torchscript_model.bin +3 -0
README.md CHANGED
@@ -1,3 +1,39 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
+ tags:
6
+ - image-to-text
7
  ---
8
+
9
+ # PARSeq small v1.0
10
+
11
+ PARSeq model pre-trained on various real [STR datasets](https://github.com/baudm/parseq/blob/main/Datasets.md) at image size 224x224 with a patch size of 16x16.
12
+
13
+ ## Model description
14
+
15
+ PARSeq (Permuted Autoregressive Sequence) models unify the prevailing modeling/decoding schemes in Scene Text Recognition (STR). In particular, with a single model, it allows for context-free non-autoregressive inference (like CRNN and ViTSTR), context-aware autoregressive inference (like TRBA), and bidirectional iterative refinement (like ABINet).
16
+
17
+ ![model image](https://github.com/baudm/parseq/raw/main/.github/system.png)
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
+ @InProceedings{bautista2022parseq,
31
+ author={Bautista, Darwin and Atienza, Rowel},
32
+ title={Scene Text Recognition with Permuted Autoregressive Sequence Models},
33
+ booktitle={Proceedings of the 17th European Conference on Computer Vision (ECCV)},
34
+ month={10},
35
+ year={2022},
36
+ publisher={Springer International Publishing},
37
+ address={Cham}
38
+ }
39
+ ```
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcf06f5a56b4874fb2586ba4ac1c4867339759bee1dc99c223cf64af5e5b403b
3
+ size 96531747
torchscript_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e33f186b65d9e1069a0ecfd27a4c3c15853d689d40047d87e802973ab0fe641
3
+ size 96579684