Update README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ This model allows extracting 11 entities, which are: Caption, Footnote, Formula,
|
|
15 |
|
16 |
## Performance
|
17 |
|
18 |
-
In this section, we will assess the model's performance by separately considering semantic segmentation and object detection.
|
19 |
-
applied
|
20 |
|
21 |
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
|
22 |
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
|
|
|
15 |
|
16 |
## Performance
|
17 |
|
18 |
+
In this section, we will assess the model's performance by separately considering semantic segmentation and object detection. We did not perform any post-processing
|
19 |
+
for the semantic segmentation. As for object detection, we only applied OpenCV's findContours without any further post-processing.
|
20 |
|
21 |
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
|
22 |
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
|