Darwin Bautista
commited on
Commit
·
7175bb2
1
Parent(s):
711682a
Initial commit of weights
Browse files- README.md +38 -0
- pytorch_model.bin +3 -0
- torchscript_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- image-to-text
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# ViTSTR small v1.0
|
| 10 |
+
|
| 11 |
+
ViTSTR model pre-trained on various real [STR datasets](https://github.com/baudm/parseq/blob/main/Datasets.md) at image size 128x32 with a patch size of 8x4.
|
| 12 |
+
|
| 13 |
+
Disclaimer: this model card was not written by the original author.
|
| 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 |
+
@InProceedings{atienza2021vision,
|
| 31 |
+
title={Vision transformer for fast and efficient scene text recognition},
|
| 32 |
+
author={Atienza, Rowel},
|
| 33 |
+
booktitle={International Conference on Document Analysis and Recognition},
|
| 34 |
+
pages={319--334},
|
| 35 |
+
year={2021},
|
| 36 |
+
organization={Springer}
|
| 37 |
+
}
|
| 38 |
+
```
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26d0fcf4ed83d4af268c6b2371d20afe15a6e78aae619f32bc193636ef6ede30
|
| 3 |
+
size 85725649
|
torchscript_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f81f112ead1b32cec66fe691d5141c7d244f1280defe5d5109303802be383fd4
|
| 3 |
+
size 85739038
|