-
在使用paddleHub的OCR的时候:hub serving start -m chinese_ocr_db_crnn_server -p 8866
似乎需要联网?
可否在无网络的情况下,单机跑这个chinese_ocr_db_crnn_server呢?
-
### Describe the issue
when i test OCR CRNN model with onnxruntime-gpu-1.10 ,it gets different recognise results, that's amazing, mode weights is not stable
### To reproduce
when i test OCR CRNN mo…
-
Hi, everyone:
Could anybody tell me which dataset i can download for training this crnn code ?
thanks a lot ! I nedd crnn dataset not ctpn detection dataset.
-
hub:1.82
code:
images = [cv2.imread(image_path) for image_path in test_image]
#就是下面这行代码报错
result = ocr.recognize_text(images=images,use_gpu=True,
output_dir='ocr_resul…
-
Currently code is using following models which are hard coded. Can we give users an option to select different models if they prefer by specifying a location where model would be stored. This way peop…
-
/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 …
-
Hi:@meijieru
https://github.com/meijieru/crnn.pytorch/blob/d3a47f91691b31b8d5336e2ed5932e6cf65142f0/utils.py#L28
I deem here 'alphate' need change to 'self.alphabet'
Otherwise it may cause follo…
-
云服务器资源8G,双核cpu,系统是ubuntu 18,使用的是
ocr = hub.Module(name="chinese_ocr_db_crnn_server")
result = ocr.recognize_text(images=[cv2.imread('')])
chinese_ocr_db_crnn_server 的模型需要什么样子的资源配置才满足!
-
WARNING:tensorflow:From /home/luoxilun/ocr/lib/python3.6/site-packages/tensorflow/python/ops/rnn.py:417: calling reverse_sequence (from tensorflow.python.ops.array_ops) with seq_dim is deprecated and …
LXLun updated
5 years ago
-
why add TimeDistributed(Dense(nh)) between BiLSTM in network_keras.py 。
in https://github.com/meijieru/crnn.pytorch/blob/master/models/crnn.py,it look like this:
BidirectionalLSTM(512, nh, nh),
Bid…