pendex900x
pendex900x
When I use `python test_LPRNet.py` the output: ``` Successful to build network! load pretrained model successful! Traceback (most recent call last): File "test_LPRNet.py", line 176, in test() File "test_LPRNet.py", line...

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...
How to train images from other countries? What I have to change?
In python 3 give this error: ``` py test.py Traceback (most recent call last): File "test.py", line 24, in (new, cnts, _) = cv2.findContours(edged.copy(), cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE) ValueError: not enough values...
``` python train.py Train start! 2019-04-06 18:41:36 WARNING:tensorflow:From D:\Python36\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. Instructions for updating: Colocations handled automatically by placer....
Got this error: ``` py gen.py 1000 Traceback (most recent call last): File "gen.py", line 287, in for img_idx, (im, c, p) in enumerate(im_gen): File "gen.py", line 278, in generate_ims...
Which tensorflow version do you used?