JiaquanYe / TableMASTER-mmocr

2nd solution of ICDAR 2021 Competition on Scientific Literature Parsing, Task B.
Apache License 2.0
442 stars 104 forks source link

How do you calculate the accuracy of the tokens? #74

Open thejiangcj opened 1 year ago

thejiangcj commented 1 year ago

I read that the accuracy of the tokens is about 77%, so how to calculate or any script?

delveintodetail commented 1 year ago

Given a table image, if all structure tokens for this image are all classified correctly, it is correct, or it is labeled as wrong. Suppose you have 10000 table images, 8000 are recognized correctly, then the accuracy is 80%.