chenjun2hao/SRN.pytorch
Unofficial PyTorch implementation of Towards Accurate Scene Text Recognition with Semantic Reasoning Networks
Python
Issues
- 1
What is your license?
#23 opened by frommoontosun - 0
没达到论文的acc是因为训练集?
#20 opened by GaoXinJian-USTC - 4
copying a param with shape torch.Size([38, 512]) from checkpoint, the shape in current model is torch.Size([39, 512]).
#8 opened by robotSunGina - 3
Alternative to download pre-trained model
#9 opened by amrit-das - 1
How to change module to fix more image size.
#21 opened by maxh2010 - 0
acc is always 0
#22 opened by wanglibing727 - 0
你好,想问一下从头开始训练,数据集的格式应该是什么样的呢
#19 opened by Henryplay - 2
关于论文中的attention map 可视化
#17 opened by zdz1997 - 0
用百度中文数据不收敛
#16 opened by liudatutu - 0
论文中使用的TRW15测试集能上传下吗?数据集无法下载
#18 opened by huihui0000 - 1
- 0
pytorch模型转pt时,发生错误
#15 opened by HaoRenkk123 - 4
File "SRN_modules.py", line 65, in forward return x + self.pos_table[:, :x.size(1)].clone().detach() RuntimeError: The size of tensor a (320) must match the size of tensor b (256) at non-singleton dimension 1
#14 opened by wuxiaolianggit - 4
- 0
已有参考
#10 opened by lanfengecho - 1
GSRB中的argmax模块是否可导? 应该不可导吧
#12 opened by superPangpang - 0
The PVAM module is different with paddleOcr
#11 opened by archwolf118 - 0
- 0
没有复现论文的精度是否是训练集不同导致的?
#3 opened by someoneAlready - 0
why don't use resnet50FPN?
#6 opened by miaomi1994 - 0
where can download the "BAIDU" datasets?
#5 opened by chenyangMl - 1
默认 opt.input_channel = 1 ?
#2 opened by someoneAlready - 2