-
I am running `demo.py` on a sample image like below:
and getting result that has an extra `s` in the end:
```
➜ crnn.pytorch git:(master) ✗ python demo.py data/demo8.png
loading pretraine…
-
Hello,
Nice works! However, when I tried the work, it can only detect text but when calling get_crnn, It keeps saying weight restore error
tensorflow.python.framework.errors_impl.NotFoundError:…
-
训练CRNN模型想从某个之前训练的模型resume应该怎么弄?
-
~/src/ocr-lite-ncnn-1.6.1 $ ~/src/ocr-lite-ncnn-1.6.1 $ ~/src/ocr-lite-ncnn-1.6.…
-
ref https://github.com/lyuwenyu/RT-DETR @renboqi
-
Hi @qiuqiangkong ,
Thanks for this tool.
I want to raise a bug and offer a solution.
In my code I do the following:
```
transcriber = hr.PianoTranscription(
model_type='Regress_onset…
-
请教一下,pytorch ocr crnn的resnet34 pth文件怎么转onnx?
-
I found that in the [origin CRNN implementation](https://github.com/bgshih/crnn/blob/master/model/crnn_demo/config.lua), the author used 2 layers of BLSTM, but i only found 2 layers of LSTM in your pr…
-
Hi I'm using the crnn-pytorch project to train a new model with my custom dataset, but when I run the command python train.py --data-path datatrain --test-init True --test-epoch 10 --output-dir snapsh…
-
作者您好,请问在图片处理部分是怎样的,如何高效的定位图片中的有效区域并进行文字识别?需要用到什么样的算法呢?