-
## 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…
-
when i run python setup.py install, a error occured as follows, i don't know how to solve it,,,,,thx a lot for you help~
my envs is py36 pytorch1.0.1
(crnn_torch_py36) futong@server:~/env_conf/w…
-
/home/bbnc/text/crnn/src/cpp/ctc.cpp:153:73: error: invalid initialization of reference of type ‘const thpp::Tensor&’ from expression of type ‘thpp::TensorBase::Ptr {aka thpp::TensorPtr}’
const …
-
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…
-
Great work,I found it cannot deal with blank space and double or triple characters well when I train the CRNN-CTC network , have you any ideas to improve ?
-
```shell
env CUDA_VISIBLE_DEVICES=0 python train.py --skip_test=True --log_period=1000 --save_model_dir=./models_attention --model=attention
----------- Configuration Arguments -----------
average…
-
Hi,
I would like to build a CRNN (CNN-LSTM-CTC) for handwritten recognition, the output of LSTM is sequences of size 512 x 32 (with 512 time-steps) and the CTC label sequence has the size of 80 (char…
-
Hello,
let me first thank you about these excellent articles : textboxes+CRNN.
In first page of textbox paper. It's mentionned the following : "**we use the confidence scores of CRNN
to regularize…
-
I reproduced crnn+ctc and test it on IIIT5K+SVT+IC03+IC13 test database, got WER 0.153, which is same as the reported results in paper.
I also reproduced crnn+ace loss, but only got WER 0.205 on the…
-
作者您好,我看过了几个crnn+ctc的代码 ,也是从meijieru过来的。我发现您的代码 model的forward 最后对 conv做了一个log_softmax,请问为啥要加这一个变化呢?