CRNN-Keras icon indicating copy to clipboard operation
CRNN-Keras copied to clipboard

CRNN (CNN+RNN) for OCR using Keras / License Plate Recognition

Results 35 CRNN-Keras issues
Sort by recently updated
recently updated
newest added

True label =400 Predicted = 400lr When I do prediction though results get correctly some unwanted text are always appended. What can be the reason ? Accuracy is also show...

Only the fifth and sixth convolution layers are followed by the BN layer.

Hi please let me know how to freeze vgg (or recommended layer for fine-tuning) layer for fine-tuning . Thank you

The code uses VGG architecture for feature extraction. My doubt is that, is it possible to begin training from VGG weights?

HELLO! can you provide weights it takse alot of time in training and preparing dataset

What is the accuracy that you got on multi line number plate only?

Hi, I would like to know if we can dump input image slices corresponding to each time-step prediction? Say I use 32 time-steps. During inference, is it possible to get...

ValueError: Cannot copy sequence with size 3 to array axis with dimension 19. 19 is max_text_len.

Would you please show me an examle of txt or cvs files structure and naming convention of that files for training . thank you

Are you want to implement a bidirectional LSTM in the Model.py file between line 62 to 64? If the answer is YES. Here are a mistake of the Bi-LTSM's implementation.Did...