DiTo97 commited on
Commit
c77689d
·
1 Parent(s): cd0ff7a

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  model-index:
8
  - name: binarization-segformer-b3
9
  results: []
10
- pipeline_tag: image-to-image
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
  # binarization-segformer-b3
17
 
18
  This model is a fine-tuned version of [nvidia/segformer-b3-finetuned-cityscapes-1024-1024](https://huggingface.co/nvidia/segformer-b3-finetuned-cityscapes-1024-1024) on the same ensemble of datasets as the [SauvolaNet work](https://arxiv.org/pdf/2105.05521.pdf). The ensemble is publicly available in the official [SauvolaNet repository](https://github.com/Leedeng/SauvolaNet#datasets).
 
19
  It achieves the following results on the evaluation set on DIBCO metrics:
20
  - loss: 0.1017
21
  - F-measure: 0.9776
@@ -27,7 +28,7 @@ For more information on DIBCO metrics, see the [paper](https://ieeexplore.ieee.o
27
 
28
  ## Model description
29
 
30
- This model is part of on-going research on pure semantic segmentation models for document image binarization.
31
 
32
  ## Intended uses & limitations
33
 
 
7
  model-index:
8
  - name: binarization-segformer-b3
9
  results: []
10
+ pipeline_tag: image-segmentation
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
16
  # binarization-segformer-b3
17
 
18
  This model is a fine-tuned version of [nvidia/segformer-b3-finetuned-cityscapes-1024-1024](https://huggingface.co/nvidia/segformer-b3-finetuned-cityscapes-1024-1024) on the same ensemble of datasets as the [SauvolaNet work](https://arxiv.org/pdf/2105.05521.pdf). The ensemble is publicly available in the official [SauvolaNet repository](https://github.com/Leedeng/SauvolaNet#datasets).
19
+
20
  It achieves the following results on the evaluation set on DIBCO metrics:
21
  - loss: 0.1017
22
  - F-measure: 0.9776
 
28
 
29
  ## Model description
30
 
31
+ This model is part of on-going research on pure semantic segmentation models adapted for document image binarization.
32
 
33
  ## Intended uses & limitations
34