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

When I load 43 images to train and 33 to test, with the command `python training.py` This is the output: ``` (crnn-keras) C:\Users\X\Desktop\CRNN-Keras-master\CRNN-Keras-master>python training.py Using TensorFlow backend. 2020-06-01 00:52:20.748876: I...

Hello, one thing I want to ask. If plate number recognition is both for one-line car plates and double-line car plates, moreover, especially the dataset consists of Hongkong car plates....

I faced some problem when I trained. At the beginning, both the loss and val_loss decreased step by step, but then only loss decreased val_loss frozen between 24 and 25....

Traceback (most recent call last): File "/Users/wenfengxu/idea-workspace/CRNN-Keras/training.py", line 11, in model = get_Model(training=True) File "/Users/wenfengxu/idea-workspace/CRNN-Keras/Model.py", line 62, in get_Model lstm_1 = LSTM(256, return_sequences=True, kernel_initializer='he_normal', name='lstm1')(inner) # (None, 32, 512) File...

Hi! I have a question about your code. I think my question might be dumb, anyway should I have to satisfy the conditions you wrote? According to the README.md, the...

I run trianing.py, occur this error the detail information is: tensorflow.python.framework.errors_impl.InvalidArgumentError: 2 root error(s) found. (0) Invalid argument: slice index 0 of dimension 0 out of bounds. [[node ctc/scan/strided_slice (defined...

![Capture](https://user-images.githubusercontent.com/6769471/81068810-9a501b80-8efe-11ea-8164-d9ac99c1ac36.PNG) Please clarify below information 1) Do i have to give any header to file? 2) Is this format to upload file is proper? 3) What should be the file...

Hi, I am new to neural network, so my question might be dumb. After setting the correct environment and imported the correct library, I started to run the training.py file,...

Hi there, I'm getting some problems when I try to run the code. I changed the data set to a same type of the original input but I can't pass...