-
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 dime…
-
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.…
-
# New Operator
### Describe the operator
Basic BeamSearch decoder as described [here](https://www.tensorflow.org/api_docs/python/tf/nn/ctc_beam_search_decoder)
### Do you know this operator be …
-
我运行了demo,但是报模型错误。
Traceback (most recent call last):
File "/Users/mengbin/Documents/study/python/FashionAI_KeyPoint_Detection_Challenge_Keras/src/top/demo.py", line 56, in
demo(args.modelf…
-
WARNING:tensorflow:From /home/luoxilun/ocr/lib/python3.6/site-packages/tensorflow/python/ops/rnn.py:417: calling reverse_sequence (from tensorflow.python.ops.array_ops) with seq_dim is deprecated and …
LXLun updated
5 years ago
-
Thank you for your great job!
I tried your pretrained model, but got error.
Traceback (most recent call last):
File "/Users/yoshitonagaoka/dev/miniconda3/envs/deepscholar-crnn/lib/python3.7/s…
-
## Reference
- [paper - 2015 - An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition](https://arxiv.org/pdf/1507.05717)
- [Extre…
-
Traceback (most recent call last):
File "D:/google/ocr_chinese-master/ocr_chinese-master/predict.py", line 34, in
crnn_model.load_weights(crnn_model_weights_file)
File "D:\music\annnacoda\…
-
Do a literature on Layout + OCR + KV
https://docs.google.com/spreadsheets/d/1bBCp9b9eI6BoiDnjxNMkd0EexMPGJNJ2ZRinzG3E0J4/edit?usp=sharing
Question: Tại sao không theo hướng spectral mà theo hướng…
-
我的cuda是10版的不支持tensorflow-gpu1.12.0所以下的1.13.1版本的tensorflow-gpu,运行mainprocess.py时,在recognize_process下的test_crnn_jmz.py的一行代码‘saver = tf.train.Saver()'报错了,错误信息是“OutOfRangeError:Read less bytes than reques…