frotms / PaddleOCR2Pytorch

PaddleOCR inference in PyTorch. Converted from [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)
Apache License 2.0
828 stars 159 forks source link

paddleocr v3.0 识别模型 SVTR #33

Open lyc728 opened 2 years ago

lyc728 commented 2 years ago

大佬什么时候开始更新3.0版本的svtr呢?期待

lyc728 commented 2 years ago

truncnormal = TruncatedNormal(std=.02) normal = Normal zeros = Constant(value=0.) ones_ = Constant(value=1.) 大佬,这个有没有相关的代码进行转换

SaiKrishnaBala commented 2 years ago

I have trained a text recognition model using SVTR from paddleocr framework. Wanted to explore model inference of this model. So, i'm eagerly waiting to use SVTR text recognition algo integration in PaddleOCR2Pytorch. By the way @frotms you are doing a great job to the open-source community.