ilovin / lstm_ctc_ocr

Use CTC + tensorflow to OCR
https://ilovin.github.io/2017-04-06/tensorflow-lstm-ctc-ocr/
354 stars 140 forks source link

why num classes is __C.NCLASSES = len(__C.CHARSET)+2 #49

Closed seeyourcell closed 6 years ago

seeyourcell commented 6 years ago

why num classes is C.NCLASSES = len(C.CHARSET)+2

I read other coder ,they set C.NCLASSES = len(C.CHARSET)+1

ilovin commented 6 years ago

there exists a same issue you may search

seeyourcell commented 6 years ago

3Q