Bartzi / see

Code for the AAAI 2018 publication "SEE: Towards Semi-Supervised End-to-End Scene Text Recognition"
GNU General Public License v3.0
575 stars 147 forks source link

accuracy problem #76

Open MS-MA opened 5 years ago

MS-MA commented 5 years ago

hello Bartzi,sorry, I am bothering you again. What is the role of train-accuracy and validation-accuracy when training a model with the fsns dataset? (a word or a picture of all words or other)

Bartzi commented 5 years ago

train-accuracy is the accuracy of the model on the training set. validation-accuracy is the accuracy of the model on the validation set.

MS-MA commented 5 years ago

I understand these. What I want to know is how the accuracy is calculated, that is, its calculation formula.

MS-MA commented 5 years ago

For example, this form of calculation formula, the number of correctly recognized words in the training set divided by the number of words included in the training set

Bartzi commented 5 years ago

We use the standard calculation formula, number of correctly recognized words divided by the number of all words.