-
I have built a CRNN model to do OCR on the images containing english words as mentioned in the [link](https://github.com/TheAILearner/A-CRNN-model-for-Text-Recognition-in-Keras/blob/master/CRNN%20Mode…
-
Traceback (most recent call last):
File "D:/work/workspace/PycharmProjects/chineseocr-master/app.py", line 14, in
import model
File "D:\work\workspace\PycharmProjects\chineseocr-master\mod…
-
There are a growing number of issues asking reproducing demos in Java. We welcome your contributions!
Relates https://github.com/opencv/opencv_zoo/issues/135.
Progress:
| Status | Task | Mode…
-
- `training` parameter is not given while initialising `tf.layers.batch_normalization`. The `training` parameter defaults to `False`. Hence while training the moving mean and moving variance won't be…
mrtpk updated
4 years ago
-
我把crnn.py中的GPU值改为了True,然后使用两块GPU来分别存放darknet的model和crnn的模型,但是crnn的模型无法load进来(阻塞住),如果用一块GPU来存,那么就会出现段错误。请问作者实现了crnn也在GPU 上运行的代码嘛?
-
你好,请问文本识别部分训练代码可以开源吗?
-
Loading weights from /ml/github/chineseocr/models/text.weights...Done!
While copying the parameter named rnn.1.embedding.weight, whose dimensions in the model are torch.Size([5530, 512]) and whose di…
-
我在ai studio上使用paddlehub的multi_languages_ocr_db_crnn,但是出现报错如下:
```
---------------------------------------------------------------------------
TypeError Traceback (mo…
-
I notice the word:"added the ability for training recurrent models (with layers conv-lstm[conv_lstm]/conv-rnn[crnn]) for accurate detection on video."
So, the lstm/crnn can be used OCR?
-
服务器 :centos
跑的事咧:
```
import requests
import json
import cv2
import base64
def cv2_to_base64(image):
data = cv2.imencode('.jpg', image)[1]
return base64.b64encode(data.tostring()).d…