OMR-Research / tf-end-to-end

TensorFlow code to perform end-to-end Optical Music Recognition on monophonic scores through Convolutional Recurrent Neural Networks and CTC-based training.
MIT License
136 stars 58 forks source link

What is the definition of "Sequence Error Rate"? #11

Open 108318145 opened 3 years ago

108318145 commented 3 years ago

For example: My calculation method is that if there are 5 pictures and 2 pictures have prediction errors, there are 3 wrong symbols in total. My sequence error rate is 2/5=40%. After reading the code, your method is 3/5=60%.

So the sequence error rate I got after training is 10.7%, which is a big difference from the paper.

So I want to ask which is the correct sequence error rate calculation.