Towards Accurate Scene Text Recognition with Semantic Reasoning Networks

code

https://github.com/chenjun2hao/SRN.pytorch

Unofficial PyTorch implementation of the paper, which integrates not only global semantic reasoning module but also parallel visual attention module and visual-semantic fusion decoder.the semanti reasoning network(SRN) can be trained end-to-end.

At present, the accuracy of the paper cannot be achieved. And i borrowed code from deep-text-recognition-benchmark

model
【个人开源】论文复现SRN:Towards Accurate Scene Text Recognition with Semantic Reasoning Networks

Feature

  • predict the character at once time
  • DistributedDataParallel training

Requirements

Pytorch >= 1.1.0

Test

coming soon …


Train

coming soon …

Reference

  1. bert_ocr.pytorch
  2. deep-text-recognition-benchmark
  3. 2D Attentional Irregular Scene Text Recognizer
  4. Towards Accurate Scene Text Recognition with Semantic Reasoning Networks

相关文章:

  • 2021-08-05
  • 2021-11-06
  • 2021-11-18
  • 2021-08-03
  • 2021-10-25
  • 2021-04-09
  • 2021-12-17
  • 2021-10-27
猜你喜欢
  • 2021-08-18
  • 2021-10-22
  • 2021-09-09
  • 2021-05-17
  • 2022-03-02
  • 2021-08-22
  • 2021-08-26
相关资源
相似解决方案