Update README.md
Browse files
README.md
CHANGED
@@ -17,12 +17,12 @@ This model allows extracting 11 entities, which are: Caption, Footnote, Formula,
|
|
17 |
|
18 |
## Performance
|
19 |
|
20 |
-
In this section, we will
|
21 |
-
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
|
27 |
## Direct Use
|
28 |
|
|
|
17 |
|
18 |
## Performance
|
19 |
|
20 |
+
In this section, we will assess the model's performance by separately considering semantic segmentation and object detection. In both cases, no post-processing was
|
21 |
+
applied after estimation.
|
22 |
|
23 |
+
For semantic segmentation, we will use the F1-score to evaluate the classification of each pixel. For object detection, we will assess performance based on the
|
24 |
+
Generalized Intersection over Union (GIoU) and the accuracy of the predicted bounding box class. The evaluation is conducted on 500 pages from the PDF evaluation
|
25 |
+
dataset of DocLayNet.
|
26 |
|
27 |
## Direct Use
|
28 |
|