CRNN-Keras
CRNN-Keras copied to clipboard
CRNN (CNN+RNN) for OCR using Keras / License Plate Recognition
Hi @qjadud1994 I trained your Plates with your setting training but the loss is't reach that you have achieve 0.01 , but my val loss was 26 , why ?...
Hi, in the line > out_best = list(np.argmax(out[0, 2:], axis=1)) # get max index -> len = 32 why you used > 2:0 in the out varibale.
I have a 25451 images in the train and 2000 images in the test set. The problem I am facing is the train and validation loss is high in every...
Is there any special purpose to implement custom decode function instead of using (more general) keras.backend.ctc_decode()?
crnn多语种模型训练时,发现英文和数字错误率比中文等高很多,怎样改善?