open-mmlab / mmocr

OpenMMLab Text Detection, Recognition and Understanding Toolbox
https://mmocr.readthedocs.io/en/dev-1.x/
Apache License 2.0
4.21k stars 740 forks source link

Integrate SVTR for Text Recognition #1126

Open linhdb-2149 opened 2 years ago

linhdb-2149 commented 2 years ago

Describe the feature Paper Title: SVTR: Scene Text Recognition with a Single Visual Model Paper link: https://arxiv.org/pdf/2205.00159v2.pdf

Motivation This new method provide interesting approach to stroke-typed language such as Chinese/Japanese...

Related resources https://github.com/PaddlePaddle/PaddleOCR https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.5/ppocr

Mountchicken commented 2 years ago

Hi @linhdb-2149 That's a good idea. To be done in the near feature.

bely66 commented 1 year ago

@gaotongxiao @Mountchicken How can I contribute to this?

gaotongxiao commented 1 year ago

@bely66 It's almost done. Thanks for your attention!

bely66 commented 1 year ago

@bely66 It's almost done. Thanks for your attention!

Thanks for letting me know

trytolose commented 1 year ago

@gaotongxiao Hi! Any news about SVTR? It's very interesting for me, because I can't reproduce paper's results by myself.

gaotongxiao commented 1 year ago

@trytolose Same here. We can't even reproduce the result with their original code. We will release SVTR by the end of this month anyway.