-
I understand that removing/ deactivating the Theano backend is not an option right now.
I don't have enough insight into these parts to know whether moving the corresponding files into a separate fo…
-
Here we're using greedy decoding so the performance may be lower. Is there any PyTorch implementation of beam decoder like in tf:
https://www.tensorflow.org/api_docs/python/tf/nn/ctc_beam_search_deco…
-
## 🐛 Bug
when I train a cnn-rnn-ctc text recognize model, I meet nan loss after some iters, but it's ok at pytorch 0.4 with warpctc
## To Reproduce
Steps to reproduce the behavior:
1. down…
-
在模型转换一个tf上训练好的ocr crnn时,有不支持的算子,想问一下目前MNN支持RNN和CTC算子么
-
Hi @MaybeShewill-CV , I'm trying to export your model in order to convert it to tflite but I'm facing this error :
```
Unable to open table file new-model/shadownet.ckpt.data-00000-of-00001: Data lo…
-
假设已经定位到文字部分(暂不考虑定位方法),若采用AttentionOCR去识别,识别结果是针对图片中文字整体识别还是针对图片中的文字一个一个进行识别,因为之前采用crnn-ctc的模型是对图片中的文字一起识别,但是我看到您的images文件夹中图片有标识每一个汉字的识别概率,不知道我表达清楚没有^~^
-
具体错误信息如下:
--- Running analysis [ir_graph_build_pass]
--- Running analysis [ir_graph_clean_pass]
--- Running analysis [ir_analysis_pass]
--- Running IR pass [is_test_pass]
--- Running IR pass [s…
-
from warpctc_pytorch import CTCLoss I get error like this:
Traceback (most recent call last):
File "", line 1, in
File "warpctc_pytorch/__init__.py", line 7, in
from ._warp_ctc import l…
-
现在的新版本比以前的代码效果差很多, 希望把之前的代码加一个branch,谢谢。@Sierkinhane
-
First, thanks for your nicely working captcha recognition repo. I would have a question regarding CRNN:
1) In the ctc_lambda_func you have that iy_pred = iy_pred[:, 2:, :], but I always thought the…