Cyrile commited on
Commit
823de17
·
verified ·
1 Parent(s): a0bf765

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ This model allows extracting 11 entities, which are: Caption, Footnote, Formula,
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
 
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