laygin
laygin
`data_dir = 'path/to/data_lmdb_text_recognition'` config里配置一下数据集路径
当初我是重点放在速度上面,做了许多精简。 如果只是实验的话可以权衡一下速度精度做点加法, 使用原始transformer的配置理论上精度一定会更高的。 建议将decode部分使用原始decoder(为了速度我用的是linear)
lmdb.Error: Text_detection/Transformer_STR-master/data/evaluation/CUTE80/: No such file or directory
`data_dir = 'path/to/data_lmdb_text_recognition'` config里的这个路径改成你保存数据的路径就好了
Hi, Thanks for your attention, according to the paper `https://arxiv.org/abs/1904.01906`, ``` self.seq = nn.Sequential(BiLSTM(output_channel, hidden_size, hidden_size), BiLSTM(hidden_size, hidden_size, hidden_size)) ``` is the sequence module, bilstm is not necessary and you...
Duplicate of #11 正在迁移哈
链接: https://pan.baidu.com/s/1Rvjti9nZDV7938Y_9Q-qKQ 提取码: j41i
可以的哈,正在下载,上传好了再贴链接吧
链接: https://pan.baidu.com/s/1Rvjti9nZDV7938Y_9Q-qKQ 提取码: j41i
应该是可以的,可以尝试一下✊💪 On Mon, Jul 13, 2020 at 4:35 PM yoyoshuang wrote: > 作者你好,我已经在自己的数据上成功运行了你的代码,在输出结果部分发现你用的是贪心解码实现的。我想请教一下,这个解码部分是否可以改成beam > search的方案,因为我看到实际transformer的部分是用了encoder做了解码,真正的解码就是一个self.decoder = > nn.Linear(ninp, ntoken) 不知道从原理层面是否支持? > > 感谢解答! > > — > You are receiving...
Because we mainly focus on curved text recognition, and we think this is the most challenging task, and we also refine the model on this aspect. On Sun, Jun 21,...