Cyrile commited on
Commit
33deef6
1 Parent(s): d76490b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -26,18 +26,18 @@ dataset of DocLayNet.
26
 
27
  | Class | f1-score (x100) | GIoU (x100) | accuracy (x100) |
28
  |:--------------:|:---------------:|:-----------:|:---------------:|
29
- | Background | 94.27 | NA | NA |
30
- | Caption | 72.08 | 67.17 | 43.45 |
31
- | Footnote | 0 | 67.33 | 0 |
32
- | Formula | 83 | 72.7 | 93.92 |
33
- | List-item | 73.12 | 70.62 | 90.26 |
34
- | Page-footer | 85.37 | 67.66 | 97.42 |
35
- | Page-header | 65.55 | 71.54 | 85.24 |
36
- | Picture | 77.66 | 80.92 | 91.19 |
37
- | Section-header | 67.84 | 69.25 | 85.85 |
38
- | Table | 79.75 | 81.76 | 90.13 |
39
- | Text | 89.74 | 79.51 | 88 |
40
- | Title | 48.74 | 52.04 | 36.67 |
41
 
42
  ## Benchmark
43
 
@@ -45,7 +45,7 @@ Now, let's compare the performance of this model with other models.
45
 
46
  | Model | f1-score (x100) | GIoU (x100) | accuracy (x100) |
47
  |:---------------------------------------------------------------------------------------------:|:---------------:|:-----------:|:---------------:|
48
- | cmarkea/detr-layout-detection | 89.72 | 76.42 | 87.06 |
49
  | [cmarkea/dit-base-layout-detection](https://huggingface.co/cmarkea/dit-base-layout-detection) | 90.77 | 56.29 | 85.26 |
50
 
51
  ## Direct Use
 
26
 
27
  | Class | f1-score (x100) | GIoU (x100) | accuracy (x100) |
28
  |:--------------:|:---------------:|:-----------:|:---------------:|
29
+ | Background | 95.82 | NA | NA |
30
+ | Caption | 82.68 | 74.71 | 69.05 |
31
+ | Footnote | 78.19 | 74.71 | 74.19 |
32
+ | Formula | 87.25 | 76.31 | 97.79 |
33
+ | List-item | 81.43 | 77.0 | 90.62 |
34
+ | Page-footer | 82.01 | 69.86 | 96.64 |
35
+ | Page-header | 68.32 | 77.68 | 88.3 |
36
+ | Picture | 81.04 | 81.84 | 90.88 |
37
+ | Section-header | 73.52 | 73.46 | 85.96 |
38
+ | Table | 78.59 | 85.45 | 90.58 |
39
+ | Text | 91.93 | 83.16 | 91.8 |
40
+ | Title | 70.38 | 74.13 | 63.33 |
41
 
42
  ## Benchmark
43
 
 
45
 
46
  | Model | f1-score (x100) | GIoU (x100) | accuracy (x100) |
47
  |:---------------------------------------------------------------------------------------------:|:---------------:|:-----------:|:---------------:|
48
+ | cmarkea/detr-layout-detection | 91.27 | 80.66 | 90.46 |
49
  | [cmarkea/dit-base-layout-detection](https://huggingface.co/cmarkea/dit-base-layout-detection) | 90.77 | 56.29 | 85.26 |
50
 
51
  ## Direct Use