JiaquanYe / TableMASTER-mmocr

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

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

Open thejiangcj opened 7 months ago

thejiangcj commented 7 months ago

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

delveintodetail commented 7 months 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%.