-
大佬好,能否提供一下可以运行的crnn_lite_lstm mnn模型?我基于你们放出来的crnn_lite_lstm.onnx模型直接转成mnn模型,推理会报错
-
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 this far...
Some one could help me?
# RNN layer
…
-
用了您这边提供的数据集最后在其他数据上测试结果还不错,但是训练时候的准确率还是挺低的。想问下您测试的准确率是多少
-
作者您好,请问这个项目中的CRNN可否用来识别特殊符号呢 例如 ℃ 这类字符
-
train_loader = torch.utils.data.DataLoader(
traindataset, batch_size=batchSize,
shuffle=False, sampler=None,
num_workers=int(workers),
collate_fn=alignCollate(imgH=imgH, imgW=imgW,…
-
可以看到作者训练的模型对于中英文的识别效果已经非常好了,我想请教一下作者是否可以分享一下使用的用于CRNN训练的数据集或者网址,或者分享部分方便分享的数据集
-
If you will do that, can you give some ideas ( in detail )
I have see [https://github.com/bgshih/crnn](url), but the result is unsatisfied.
-
how to train and predict with the crnn network
-
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…
-
E:\ocr4win\chineseocr_lite-onnx\ncnn_project\ocr\src\ocr.cpp(276,5): warning C4365: 'initializing': conversion from 'unsigned int' to 'int', signed/unsigned mismatch
1>E:\ocr4win\chineseocr_lite-onnx…