Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- precision
|
7 |
+
- recall
|
8 |
+
- f1
|
9 |
+
base_model:
|
10 |
+
- openmmlab/upernet-swin-base
|
11 |
+
tags:
|
12 |
+
- image-segmentation
|
13 |
+
- text-segmentation
|
14 |
+
- text-detection
|
15 |
+
- scene-text-detection
|
16 |
+
---
|
17 |
+
|
18 |
+
# Model Card for indic-text-detection
|
19 |
+
|
20 |
+
This model preicts the binary map for a given scene image. The binary map shows the location of text regions.
|
21 |
+
|
22 |
+
## Model Details
|
23 |
+
|
24 |
+
This model extends `openmmlab/upernet-swin-base` and performs binarization which generates the segmentation map.
|
25 |
+
|
26 |
+
|
27 |
+

|
28 |
+
|
29 |
+
## Example
|
30 |
+
|
31 |
+

|
32 |
+
|
33 |
+
## Evaluation Metrics
|
34 |
+
|
35 |
+
| **Metric** | **Tiny** | **Base** |
|
36 |
+
|-------------|----------|----------|
|
37 |
+
| Precision | 0.8352 | 0.8628 |
|
38 |
+
| Recall | 0.8411 | 0.8521 |
|
39 |
+
| F-Score | 0.8381 | 0.8574 |
|
40 |
+
|