solivr / tf-crnn

TensorFlow convolutional recurrent neural network (CRNN) for text recognition
GNU General Public License v3.0
292 stars 98 forks source link

should space character take label? #45

Closed msobhan69 closed 6 years ago

msobhan69 commented 6 years ago

In ASR task, silence is labeled for CTC loss. Isn't need for OCR?

solivr commented 6 years ago

Yes it should, any symbol you want to transcribe should take a label.