8000 ocrd_eval: add alternative order metrics by bertsky · Pull Request #247 · OCR-D/spec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ocrd_eval: add alternative order metrics #247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ocrd_eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,13 @@ The success measure is then given by

$s = \frac{1}{e * (1/e_{50}) + 1}$

Furthermore, in the special case where…
- the segmentation on both sides is identical (only order differs → no matching needed)
- order is always strictly monotonic (no unordered subgroups involved → no misclassification other than successor vs predecessor)

…[Quirós and Vidal 2022](https://ieeexplore.ieee.org/document/9413256) evaluate reading order simply as rank distance,
using the metrics _Normalized Spearman's footrule distance_ and _Kendall's Tau rank distance_.

##### mAP (mean Average Precision)

This score was originally devised for object detection in photo scenery (where overlaps are allowed and cannot conflict with text flow).
Expand Down Expand Up @@ -542,6 +549,7 @@ See [OCR-D workflow guide](https://ocr-d.de/en/workflows#evaluation).
* <https://www.o-bib.de/bib/article/view/5888/8845>
* Reading Order Evaluation:
* <https://www.primaresearch.org/www/assets/papers/ICDAR2013_Clausner_ReadingOrder.pdf>
* <https://ieeexplore.ieee.org/document/9413256>

* More background on evaluation of OCR
* <https://doi.org/10.1145/3476887.3476888>
Expand Down
0