Commit a850784
authored
feat: Improvements in user experience: Performance, error handling, logging (#189)
* feat: Extend evaluate_dpbench_on_external_predictions.sh to include visualisations of the evaluations
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
* fix: Improve error checking in main.py:visualize()
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
* fix: Improve logging
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
* feat: Parallelize the computation of PixelLayoutEvaluator at the level of page
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
* fix: Make DatasetPixelLayoutEvaluation a subclass of DatasetEvaluation
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
* feat: Parallelize the MarkdownTextEvaluator
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
* chore: Improve logging
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
---------
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>1 parent bcc5200 commit a850784
File tree
8 files changed
+348
-240
lines changed- docling_eval
- cli
- evaluators
- pixel
- docs/examples
8 files changed
+348
-240
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
| 644 | + | |
644 | 645 | | |
645 | 646 | | |
646 | 647 | | |
| |||
673 | 674 | | |
674 | 675 | | |
675 | 676 | | |
676 | | - | |
| 677 | + | |
677 | 678 | | |
678 | 679 | | |
679 | 680 | | |
680 | 681 | | |
681 | | - | |
682 | 682 | | |
683 | | - | |
| 683 | + | |
684 | 684 | | |
685 | 685 | | |
686 | | - | |
| 686 | + | |
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
699 | 702 | | |
700 | 703 | | |
701 | 704 | | |
| |||
764 | 767 | | |
765 | 768 | | |
766 | 769 | | |
767 | | - | |
| 770 | + | |
768 | 771 | | |
769 | 772 | | |
770 | 773 | | |
| |||
823 | 826 | | |
824 | 827 | | |
825 | 828 | | |
826 | | - | |
827 | 829 | | |
| 830 | + | |
828 | 831 | | |
829 | 832 | | |
830 | 833 | | |
| |||
839 | 842 | | |
840 | 843 | | |
841 | 844 | | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | 845 | | |
847 | 846 | | |
848 | 847 | | |
| |||
989 | 988 | | |
990 | 989 | | |
991 | 990 | | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
992 | 996 | | |
993 | 997 | | |
994 | 998 | | |
| |||
1080 | 1084 | | |
1081 | 1085 | | |
1082 | 1086 | | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
1083 | 1092 | | |
1084 | 1093 | | |
1085 | 1094 | | |
| |||
1511 | 1520 | | |
1512 | 1521 | | |
1513 | 1522 | | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
1514 | 1526 | | |
1515 | 1527 | | |
1516 | 1528 | | |
| |||
1531 | 1543 | | |
1532 | 1544 | | |
1533 | 1545 | | |
| 1546 | + | |
1534 | 1547 | | |
1535 | 1548 | | |
1536 | 1549 | | |
| |||
1573 | 1586 | | |
1574 | 1587 | | |
1575 | 1588 | | |
1576 | | - | |
1577 | 1589 | | |
| 1590 | + | |
1578 | 1591 | | |
1579 | 1592 | | |
1580 | 1593 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
532 | 531 | | |
533 | 532 | | |
534 | 533 | | |
| |||
836 | 835 | | |
837 | 836 | | |
838 | 837 | | |
839 | | - | |
840 | | - | |
841 | | - | |
| 838 | + | |
842 | 839 | | |
843 | 840 | | |
844 | 841 | | |
| |||
0 commit comments