Closed ziyaxuanyi closed 2 years ago
并且还附带了TPS矫正,是否不带TPS效果差呢?
不带TPS效果肯定是会掉一点的,不过这个没有做详细的实验验证掉点情况。 SEED的语言模型不建议和CRNN的解码做结合,因为CRNN是接FC+ctc_loss, SEED的语言模型是把label的语义信息作为初始状态辅助rnn解码,CRNN中不存在rnn解码过程,不能很好的用到语义信息。
Since you haven\'t replied for more than 3 months, we have closed this issue/pr. If the problem is not solved or there is a follow-up one, please reopen it at any time and we will continue to follow up. It is recommended to pull and try the latest code first. 由于您超过三个月未回复,我们将关闭这个issue/pr。 若问题未解决或有后续问题,请随时重新打开(建议先拉取最新代码进行尝试),我们会继续跟进。
注意到新开源的SEED,解码是基于attention结构的,语言模型能否加入到CRNN的解码结构当中呢?