QuickHawk commited on
Commit
b9d34d7
·
verified ·
1 Parent(s): c7bc2ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: apache-2.0
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
+ ![Proposed_Model.jpg](https://cdn-uploads.huggingface.co/production/uploads/6868f8219c4cd7445653ada1/d0hK3K7xPY3MfIr_0ynB0.jpeg)
28
+
29
+ ## Example
30
+
31
+ ![Detection_Anamoly_2.jpg](https://cdn-uploads.huggingface.co/production/uploads/6868f8219c4cd7445653ada1/XgtugD9mHrWnggbGRJjbv.jpeg)
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
+