Darwin Bautista
commited on
Commit
·
eb9d3fb
1
Parent(s):
49adc6a
Initial commit of weights
Browse files- README.md +38 -0
- pytorch_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 |
+
# ABINet-LV v1.0
|
10 |
+
|
11 |
+
ABINet 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 |
+
@InProceedings{Fang_2021_CVPR,
|
31 |
+
author = {Fang, Shancheng and Xie, Hongtao and Wang, Yuxin and Mao, Zhendong and Zhang, Yongdong},
|
32 |
+
title = {Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition},
|
33 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
34 |
+
month = {6},
|
35 |
+
year = {2021},
|
36 |
+
pages = {7098-7107}
|
37 |
+
}
|
38 |
+
```
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d1e373e6d08bde09500a015436b87ae0f4c9bbd844c8c4fc7a8d9e3628325a7
|
3 |
+
size 148362867
|