PaddleOCR2Pytorch icon indicating copy to clipboard operation
PaddleOCR2Pytorch copied to clipboard

paddleocr v3.0 识别模型 SVTR

Open lyc728 opened this issue 2 years ago • 2 comments

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

lyc728 avatar May 18 '22 02:05 lyc728

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

lyc728 avatar May 18 '22 13:05 lyc728

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.

SaiKrishnaBala avatar Jul 06 '22 18:07 SaiKrishnaBala