Darwin Bautista commited on
Commit ·
8abb957
1
Parent(s): 028534f
Initial commit of weights
Browse files- README.md +37 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- image-to-text
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# TRBA v1.0
|
| 10 |
+
|
| 11 |
+
TRBA 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{Baek_2019_ICCV,
|
| 31 |
+
author = {Baek, Jeonghun and Kim, Geewook and Lee, Junyeop and Park, Sungrae and Han, Dongyoon and Yun, Sangdoo and Oh, Seong Joon and Lee, Hwalsuk},
|
| 32 |
+
title = {What Is Wrong With Scene Text Recognition Model Comparisons? Dataset and Model Analysis},
|
| 33 |
+
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
|
| 34 |
+
month = {10},
|
| 35 |
+
year = {2019}
|
| 36 |
+
}
|
| 37 |
+
```
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfaed2844cbb0f1547b8789f4d75c3220225f62fcfa556752582c65634bbc9bd
|
| 3 |
+
size 199854755
|