-
logits = tf.transpose(logits, (1, 0, 2)) why? the original order is [batch time class]
self.__seq_len: [self.__max_char_count] * self.__data_manager.batch_size why? I think seq should be a varient …
-
问题一:
![image](https://user-images.githubusercontent.com/18421586/41328269-ca7bcf06-6ef9-11e8-95e2-5971c017399d.png)
在将v1的模型转换成v3的模型的时候,由于新增的op 只是用于预测,,没有反向的逻辑,所以需要去掉上图中注释的地方。
![image](https://user-…
-
https://github.com/chineseocr/chinese-ocr
特别棒 看起来
-
This is an issue of NLP online service.
When run inference, the memory usage is always kept as about 6G, which is definitely larger than actually needed.
![image](https://user-images.githubuserc…
-
### Problem description
I cannot download CRNN-CTC dataset https://github.com/PaddlePaddle/models/blob/develop/fluid/ocr_recognition/ctc_reader.py#L14.
Sever resets connection. I already retried on…
-
楼主,你用于生成文本行的语料库是随机生成的汉字吗?
还是自己搜集的?
因为有3000多个汉字+标点字母。 如果要自己搜集,如何保证样本的均衡?
-
Traceback (most recent call last):
File "/home/jxf/CRNN_Attention_OCR-master/train.py", line 24, in
img,label=cfg.read_data(cfg.train_dir)
File "/home/jxf/CRNN_Attention_OCR-master/config.…
-
您好, 我按照train.txt生成了数据,然后修改了一下代码,但是发现预测结果总是 '的', 是因为训练的次数不够多 还是我改的代码有问题?
```
[+] epoch:0, batch:371, loss:3.7565720081329346, acc:0.0,
train_decode:[',的的的的的的的的的', ',,的的的的的的的的', ',,的的的的的的的的', ',…
-
```
docker run --rm -it -v `pwd`:/opt/ctpn/CTPN/demo_images -p 8888:8888 dc/ctpn
docker run --rm -it -v `pwd`:/opt/ctpn/CTPN/demo_images dc/ctpn /bin/bash
root@8a1d73be4cbc:/opt/ctpn/CTPN#…
-
Hello,
I was googling into current research on OCR and scene detection using a deep neural network, came across CRNN and STN-OCR.
I tried `demo.py` given in this project, which works well on a s…